class Sass::Selector::Parent

def to_s(opts = {})

Other tags:
    See: Selector#to_s -
def to_s(opts = {})
  "&" + (@suffix || '')
end