Files

RD::TerminalElement

element which don’t have children.

Public Instance Methods

children() click to toggle source
# File lib/rd/element.rb, line 27
def children
  []
end
each() click to toggle source
Alias for: each_element
each_element() click to toggle source
# File lib/rd/element.rb, line 31
def each_element
  yield(self)
end
Also aliased as: each

[Validate]

Generated with the Darkfish Rdoc Generator 2.