Class: IRB::NestingParser::NestingElem
- Defined in:
- lib/irb/nesting_parser.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#tok ⇒ Object
Returns the value of attribute tok.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
7 8 9 |
# File 'lib/irb/nesting_parser.rb', line 7 def event @event end |
#pos ⇒ Object
Returns the value of attribute pos
7 8 9 |
# File 'lib/irb/nesting_parser.rb', line 7 def pos @pos end |
#tok ⇒ Object
Returns the value of attribute tok
7 8 9 |
# File 'lib/irb/nesting_parser.rb', line 7 def tok @tok end |