Class: Tagz::Namespace::HTMLSafe

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

Direct Known Subclasses

Document

Instance Method Summary collapse

Instance Method Details

#html_safeObject



232
233
234
# File 'lib/tagz.rb', line 232

def html_safe
  self
end

#html_safe?Boolean

Returns:



236
237
238
# File 'lib/tagz.rb', line 236

def html_safe?
  true
end

#to_sObject



240
241
242
# File 'lib/tagz.rb', line 240

def to_s
  self
end