# File lib/librarian/action/base.rb, line 11
      def initialize(environment, options = { })
        self.environment = environment
        self.options = options
      end