class Sass::Selector::Element

def to_a

Other tags:
    See: Selector#to_a -
def to_a
  @namespace ? @namespace + ["|"] + @name : @name
end