class Hexp::Node

Public Instance Methods

flat_map_children(&blk) click to toggle source
# File lib/test_dom_hook.rb, line 2
def flat_map_children(&blk)
  H[tag, attributes, children.flat_map(&blk)]
end