Class: RubyToken::TkNode
Instance Attribute Summary collapse
- 
  
    
      #node  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute node. 
Attributes inherited from Token
Instance Method Summary collapse
- 
  
    
      #initialize(seek, line_no, char_no)  ⇒ TkNode 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TkNode. 
Constructor Details
#initialize(seek, line_no, char_no) ⇒ TkNode
Returns a new instance of TkNode.
| 31 32 33 | # File 'lib/core_ext.rb', line 31 def initialize(seek, line_no, char_no) super end | 
Instance Attribute Details
#node ⇒ Object (readonly)
Returns the value of attribute node.
| 34 35 36 | # File 'lib/core_ext.rb', line 34 def node @node end |