Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/project-health/config.rb

Instance Method Summary collapse

Instance Method Details

#percent_of(n) ⇒ Object



5
6
7
# File 'lib/project-health/config.rb', line 5

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