Class: Hexp::Node
- Inherits:
-
Object
- Object
- Hexp::Node
- Defined in:
- lib/test_dom_hook.rb
Instance Method Summary collapse
Instance Method Details
#flat_map_children(&blk) ⇒ Object
2 3 4 |
# File 'lib/test_dom_hook.rb', line 2 def flat_map_children(&blk) H[tag, attributes, children.flat_map(&blk)] end |