Class: RubyToken::TkIDENTIFIER

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

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



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

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