# File lib/lighthouse/tag.rb, line 8
    def initialize(s, project_id)
      self.project_id = project_id
      super(s)
    end