Method: Cat::SkinNode#expand

Defined in:
lib/cat/skin_node.rb

#expand(with: []) ⇒ Object



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