# File lib/temple/mixins/grammar_dsl.rb, line 27 def <<(rule) @children << @grammar.Rule(rule) self end
# File lib/temple/mixins/grammar_dsl.rb, line 39 def after_copy(source) @children = @children.map {|child| child.copy_to(@grammar) } end
Generated with the Darkfish Rdoc Generator 2.