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