Class: RubyToken::TkOp

Inherits:
Token show all
Defined in:
lib/irb/ruby-token.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/irb/ruby-token.rb', line 54

def name
  @name
end