class Cucumber::Glue::RegistryAndMore

def add_hook(type, hook)

def add_hook(type, hook)
  hooks[type.to_sym] << hook
  hook
end