Module: HumanValue::Helpers
- Defined in:
- lib/human_value/helpers.rb
Instance Method Summary collapse
- #humanize(value) ⇒ Object (also: #h)
Instance Method Details
#humanize(value) ⇒ Object Also known as: h
3 4 5 |
# File 'lib/human_value/helpers.rb', line 3 def humanize(value) HumanValue::Value.new(value).to_s end |