# File lib/librarian/specfile.rb, line 9
    def initialize(environment, path)
      self.environment = environment
      self.path = Pathname(path)
    end