Class: RubyToken::TkSYMBOL

Inherits:
Object
  • Object
show all
Defined in:
lib/rdoc_patch.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



40
# File 'lib/rdoc_patch.rb', line 40

def to_html; '<span style="color: #006600">' + super + '</span>'  ; end