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