class Bundler::Plugin::API

def self.hook(event, &block)

def self.hook(event, &block)
  Plugin.add_hook(event, &block)
end