class Pry::Hooks

def initialize

def initialize
  @hooks = Hash.new { |h, k| h[k] = [] }
end