Method: Command::CommandSet#visit
- Defined in:
- lib/command-set/command-set.rb
#visit(terms, visitor) ⇒ Object
246 247 248 249 250 |
# File 'lib/command-set/command-set.rb', line 246 def visit(terms, visitor) visitor.arrive_at(terms, self) root_visit(terms, visitor) end |