Module: WithUnits::ClassMethods
- Defined in:
- lib/cooklang_rb/with_units.rb
Instance Method Summary collapse
Instance Method Details
#multi_word_pattern ⇒ Object
14 15 16 |
# File 'lib/cooklang_rb/with_units.rb', line 14 def multi_word_pattern /#{tag}#{TagParser::MULTI_NAME}?{#{TagParser::QUANTITY}%?#{TagParser::UNITS}}/ end |