Method: Fixed#to_s

Defined in:
lib/fixed.rb

#to_s(precision = 8) ⇒ Object



151
152
153
# File 'lib/fixed.rb', line 151

def to_s(precision = 8)
  format(precision)
end