Module: WithUnits::ClassMethods

Defined in:
lib/cooklang_rb/with_units.rb

Instance Method Summary collapse

Instance Method Details

#multi_word_patternObject



16
17
18
# File 'lib/cooklang_rb/with_units.rb', line 16

def multi_word_pattern
  /#{tag}#{TagParser::MULTI_NAME}?{#{TagParser::QUANTITY}%?#{TagParser::UNITS}}/
end