class HTree::Doc

Public Instance Methods

to_wabisabi() click to toggle source
# File vendor/qwik/lib/qwik/htree-to-wabisabi.rb, line 12
def to_wabisabi
  return children.map {|child|
    child.to_wabisabi
  }
end