81 82 83
# File 'lib/comet-html/parser-slot.rb', line 81 def evaluate el, parent Slot.new el, parent end
Returns:
77 78 79
# File 'lib/comet-html/parser-slot.rb', line 77 def matches? el el.name == "slot" end