class String::HtmlString
Public Instance Methods
html_safe()
click to toggle source
# File lib/olelo/html_safe.rb, line 13 def html_safe self end
html_safe?()
click to toggle source
# File lib/olelo/html_safe.rb, line 9 def html_safe? true end
to_s()
click to toggle source
# File lib/olelo/html_safe.rb, line 17 def to_s self end