Class: RubyToken::TkNode
- Defined in:
- lib/rdoc-f95/parsers/parse_rb.rb
Constant Summary
Constants inherited from Token
Instance Attribute Summary collapse
-
#node ⇒ Object
readonly
Returns the value of attribute node.
Attributes inherited from Token
Method Summary
Methods inherited from Token
Constructor Details
This class inherits a constructor from RubyToken::Token
Instance Attribute Details
#node ⇒ Object (readonly)
Returns the value of attribute node.
60 61 62 |
# File 'lib/rdoc-f95/parsers/parse_rb.rb', line 60 def node @node end |