Class: RubyToken::TkCOMMENT

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

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



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

def to_html; '<em style="color: #666; font-size: 110%">' + super + '</em>'    ; end