Class: Ripper::Lexer::Elem
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
48 49 50 |
# File 'lib/ripper/lexer.rb', line 48 def event @event end |
#pos ⇒ Object
Returns the value of attribute pos
48 49 50 |
# File 'lib/ripper/lexer.rb', line 48 def pos @pos end |
#tok ⇒ Object
Returns the value of attribute tok
48 49 50 |
# File 'lib/ripper/lexer.rb', line 48 def tok @tok end |