Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/chef/monkey_patches/numeric.rb

Instance Method Summary collapse

Instance Method Details

#fdiv(other) ⇒ Object



3
4
5
# File 'lib/chef/monkey_patches/numeric.rb', line 3

def fdiv(other)
  to_f / other
end