90 91 92 93 94 95 96 97
# File 'lib/cat/skin_node.rb', line 90 def expand(with: []) %{ .#{@name} { #{to_s} #{include_children(with)} } } end