class Sass::Selector::Negation

def to_a

Other tags:
    See: Selector#to_a -
def to_a
  [":not("] + @selector.to_a + [")"]
end