Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/puppet-doc-lint/result.rb
Instance Method Summary collapse
Instance Method Details
#percent_of(n) ⇒ Object
4 5 6 |
# File 'lib/puppet-doc-lint/result.rb', line 4 def percent_of(n) self.to_f / n.to_f * 100.0 end |