Libraries
»
chalkers-rubyhelpers
(0.1.1)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/rubyhelpers/string.rb
Instance Method Summary
collapse
#
to_html
⇒ Object
Instance Method Details
#
to_html
⇒
Object
4 5 6
# File 'lib/rubyhelpers/string.rb', line 4
def
to_html
RedCloth
.
new
(
self
)
.
to_html
end