class String

Public Instance Methods

html_safe() click to toggle source
# File lib/temple/html/safe.rb, line 21
def html_safe
  Temple::HTML::SafeString.new(self)
end