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



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

def html_safe
  self
end

#html_safe?Boolean

Returns:



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

def html_safe?
  true
end

#to_sObject



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

def to_s
  self
end