Class: Pegarus::Always
Instance Method Summary collapse
Methods inherited from Pattern
#*, #+, #+@, #-, #-@, #/, engine, #graph, #match, select_engine
Instance Method Details
#visit(visitor) ⇒ Object
3 4 5 |
# File 'lib/pegarus/ast/always.rb', line 3 def visit(visitor) visitor.always self end |