Module: Plurimath::UnicodeMath::ParsingRules::ClassMethods
- Defined in:
- lib/plurimath/unicode_math/parsing_rules/helper.rb
Instance Method Summary collapse
Instance Method Details
#rule(name, &block) ⇒ Object
13 14 15 |
# File 'lib/plurimath/unicode_math/parsing_rules/helper.rb', line 13 def rule(name, &block) Parslet::Parser.rule(name, &block) end |