# File lib/mega/floatstring.rb, line 125
  def []=(arg,v)
    @float[arg.to_f] = v
  end