module 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()
Alias for: each_element
each_element() { |self| ... } click to toggle source
# File lib/rd/element.rb, line 31
def each_element
  yield(self)
end
Also aliased as: each