# File lib/treetop/compiler/metagrammar.rb, line 955 955: def alternatives 956: [head] + tail 957: end
# File lib/treetop/compiler/metagrammar.rb, line 963 963: def inline_modules 964: (alternatives.map {|alt| alt.inline_modules }).flatten 965: end
# File lib/treetop/compiler/metagrammar.rb, line 959 959: def tail 960: super.elements.map {|elt| elt.alternative} 961: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.