method

hook

hook(event, &block)
public

No documentation available.

# File lib/bundler/plugin/api.rb, line 48
      def self.hook(event, &block)
        Plugin.add_hook(event, &block)
      end