module Treetop::Compiler::Metagrammar::TrailingInlineModule0

Public Instance Methods

inline_module() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 2994
def inline_module
  elements[1]
end
space() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 2990
def space
  elements[0]
end