Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/heartwood/support/float.rb

Instance Method Summary collapse

Instance Method Details

#nearest_halfObject



2
3
4
# File 'lib/heartwood/support/float.rb', line 2

def nearest_half
  (self * 2.0).round / 2.0
end