Module: Formatting::Percent
- Included in:
- Formatting
- Defined in:
- lib/formatting/percent.rb
Instance Method Summary collapse
Instance Method Details
#format_percent(number, opts = {}) ⇒ Object
7 8 9 10 |
# File 'lib/formatting/percent.rb', line 7 def format_percent(number, opts = {}) formatted_number = Formatting.format_number(number, opts) "#{formatted_number}%" end |