123456789_123456789_123456789_123456789_123456789_

Class: IRB::NestingParser::NestingElem

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • ::Object
Defined in: lib/irb/nesting_parser.rb

Instance Attribute Summary

Instance Attribute Details

#event (rw)

[ GitHub ]

  
# File 'lib/irb/nesting_parser.rb', line 7

NestingElem = Struct.new(:pos, :event, :tok)

#pos (rw)

[ GitHub ]

  
# File 'lib/irb/nesting_parser.rb', line 7

NestingElem = Struct.new(:pos, :event, :tok)

#tok (rw)

[ GitHub ]

  
# File 'lib/irb/nesting_parser.rb', line 7

NestingElem = Struct.new(:pos, :event, :tok)