Class: RubyToken::TkKW
- Inherits:
-
Object
- Object
- RubyToken::TkKW
- Defined in:
- lib/rdoc_patch.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
38 |
# File 'lib/rdoc_patch.rb', line 38 def to_html; '<span style="color: #990099">' + super + '</span>' ; end |