Class: NT54::Parser::Visitors::WaitForLocalNumber
- Inherits:
-
NT54::Parser::Visitor
- Object
- NT54::Parser::Visitor
- NT54::Parser::Visitors::WaitForLocalNumber
- Defined in:
- lib/nt54/parser/visitors/wait_for_local_number.rb
Instance Attribute Summary
Attributes inherited from NT54::Parser::Visitor
Instance Method Summary collapse
Methods inherited from NT54::Parser::Visitor
Constructor Details
This class inherits a constructor from NT54::Parser::Visitor
Instance Method Details
#accept(keypress) ⇒ Object
5 6 7 8 |
# File 'lib/nt54/parser/visitors/wait_for_local_number.rb', line 5 def accept(keypress) @number.local_number << keypress super end |