Class: RubyToken::TkOp
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from Token
Method Summary
Methods inherited from Token
Constructor Details
This class inherits a constructor from RubyToken::Token
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
55 56 57 |
# File 'lib/irb/ruby-token.rb', line 55 def name @name end |