Class: DomString

Inherits:
String show all
Defined in:
lib/dom.rb

Constant Summary

Constants inherited from String

String::AnsiColor

Instance Method Summary collapse

Methods inherited from String

#ansi2html, #dom, #escaped, #jsonml

Instance Method Details

#escape_html(tag = nil) ⇒ Object



84
# File 'lib/dom.rb', line 84

def escape_html tag = nil; self end

#to_sObject



83
# File 'lib/dom.rb', line 83

def to_s; self end