Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/astromapper/extensions/float.rb

Instance Method Summary collapse

Instance Method Details

#tweakObject



2
3
4
# File 'lib/astromapper/extensions/float.rb', line 2

def tweak
  self.round(2)
end