Class: RubyToken::TkSTRING

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

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



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

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