class Sass::Selector::Id

def to_s(opts = {})

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