# File lib/less/engine/nodes/element.rb, line 18 def initialize name = "", selector = '' @name = name @set, @imported = [], [] @rules = [] # Holds all the nodes under this element's hierarchy @selector = Selector[selector.strip].new # descendant | child | adjacent end