Module: WithUnits::InstanceMethods
- Defined in:
- lib/cooklang_rb/with_units.rb
Instance Method Summary collapse
Instance Method Details
#clean_units(units) ⇒ Object
10 11 12 |
# File 'lib/cooklang_rb/with_units.rb', line 10 def clean_units(units) units&.strip || "" end |