Temple::Mixins::GrammarDSL::Rule
# File lib/temple/mixins/grammar_dsl.rb, line 103 def initialize(grammar, value) super(grammar) @value = value end
# File lib/temple/mixins/grammar_dsl.rb, line 108 def match(exp, unmatched) @value === exp end