class Tagz::Namespace::HTMLSafe

Public Instance Methods

html_safe() click to toggle source
# File lib/tagz.rb, line 232
def html_safe
  self
end
html_safe?() click to toggle source
# File lib/tagz.rb, line 236
def html_safe?
  true
end
to_s() click to toggle source
# File lib/tagz.rb, line 240
def to_s
  self
end