method

hook

ruby latest stable - Class: Bundler::Plugin::API

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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