Class: Tagz::Namespace::HtmlSafe

Inherits:
String
  • Object
show all
Defined in:
lib/tagz.rb

Instance Method Summary collapse

Instance Method Details

#html_safeObject



222
# File 'lib/tagz.rb', line 222

def html_safe() @html_safe ||= true end

#html_safe=(value) ⇒ Object



224
# File 'lib/tagz.rb', line 224

def html_safe=(value) @html_safe = !!value end

#html_safe?Boolean

Returns:



223
# File 'lib/tagz.rb', line 223

def html_safe?() html_safe end