Class: DomString
Constant Summary
Constants inherited from String
Instance Method Summary collapse
Methods inherited from String
#ansi2html, #dom, #escaped, #jsonml
Instance Method Details
#escape_html(tag) ⇒ Object
84 |
# File 'lib/dom.rb', line 84 def escape_html tag; self end |
#to_s ⇒ Object
83 |
# File 'lib/dom.rb', line 83 def to_s; self end |