# File lib/bundler/plugin/events.rb, line 28
      def self.defined_event?(event)
        @events ||= {}
        @events.key?(event)
      end