# File lib/facets/more/floatstring.rb, line 54
  def to_s
    @float.to_a.sort_by{ |k,v| k }.collect{ |k,v| v }.join('')
  end