Class: RDoc::Parser::RubyColorizer::ColoredToken
- Inherits:
-
Struct
- Object
- Struct
- RDoc::Parser::RubyColorizer::ColoredToken
- Defined in:
- lib/rdoc/parser/ruby_colorizer.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
11 12 13 |
# File 'lib/rdoc/parser/ruby_colorizer.rb', line 11 def kind @kind end |
#text ⇒ Object
Returns the value of attribute text
11 12 13 |
# File 'lib/rdoc/parser/ruby_colorizer.rb', line 11 def text @text end |