class DomString
Attributes
mounted[R]
Public Instance Methods
dom_escaped()
click to toggle source
# File lib/dom.rb, line 140 def dom_escaped; self end
mounted_set(*mounted)
click to toggle source
# File lib/dom.rb, line 141 def mounted_set *mounted mounted.compact! if mounted.empty? elsif @mounted then @mounted.concat(mounted.join) else @mounted = mounted.join end self end
to_s()
click to toggle source
# File lib/dom.rb, line 139 def to_s; self end