Module: TerminalNode
- Defined in:
- lib/rubypeg.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
132 133 134 |
# File 'lib/rubypeg.rb', line 132 def to_ast self end |
#visit(builder) ⇒ Object
128 129 130 |
# File 'lib/rubypeg.rb', line 128 def visit(builder) self end |