# File ruby/bstream.rb, line 180
        def write_float(arg)
          return writes( [T_FLOAT, arg].pack("Ce") )
        end