Class: RubyToken::TkOp

Inherits:
Token
  • Object
show all
Defined in:
lib/core_ext.rb

Direct Known Subclasses

TkOPASGN

Instance Attribute Summary collapse

Attributes inherited from Token

#char_no, #line_no, #seek

Method Summary

Methods inherited from Token

#initialize

Constructor Details

This class inherits a constructor from RubyToken::Token

Instance Attribute Details

#nameObject

Returns the value of attribute name.



54
55
56
# File 'lib/core_ext.rb', line 54

def name
  @name
end