Module: Yap::Shell::Parser::Nodes::NoOpNode
- Extended by:
- Visitor
- Defined in:
- lib/yap/shell/parser/nodes.rb
Class Method Summary collapse
Methods included from Visitor
Class Method Details
.accept(*args) ⇒ Object
12 13 14 |
# File 'lib/yap/shell/parser/nodes.rb', line 12 def self.accept(*args) # no-op end |