Class: Pegarus::Always

Inherits:
Pattern show all
Defined in:
lib/pegarus/ast/always.rb

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