class Cucumber::Glue::RegistryAndMore

def hooks

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