class Sass::Selector::Placeholder

def to_s(opts = {})

Other tags:
    See: Selector#to_s -
def to_s(opts = {})
  "%" + @name
end