class Sass::Selector::SimpleSequence

def to_a

Other tags:
    See: Simple#to_a -
def to_a
  @members.map {|sel| sel.to_a}.flatten
end