class Float

Public Instance Methods

tweak() click to toggle source
# File lib/astromapper/extensions/float.rb, line 2
def tweak
  self.round(2)
end