# File lib/sass/tree/extend_node.rb, line 30 def initialize(selector, optional) @selector = selector @optional = optional super() end