class Tumblargh::Node::Root

Public Instance Methods

to_s() click to toggle source
# File lib/tumblargh/node/root.rb, line 10
def to_s
  elements.map(&:to_s).join ''
end
to_tree() click to toggle source
# File lib/tumblargh/node/root.rb, line 6
def to_tree
  elements.map(&:to_tree)
end