Class: Numeric

Inherits:
Object show all
Defined in:
lib/overwrite.rb

Instance Method Summary collapse

Instance Method Details

#percent_of(n) ⇒ Object



20
21
22
# File 'lib/overwrite.rb', line 20

def percent_of(n)
  self.to_f / n.to_f * 100.0
end