Class: RubyToken::TkOp

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

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



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

def to_html; '<strong>' + super + '</strong>'  ; end