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