Class: String

Inherits:
Object show all
Defined in:
lib/rubyhelpers/string.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



4
5
6
# File 'lib/rubyhelpers/string.rb', line 4

def to_html
  RedCloth.new(self).to_html
end