module Cucumber::Hooks

def before_hook(id, location, &block)

def before_hook(id, location, &block)
  build_hook_step(id, location, block, BeforeHook, Core::Test::UnskippableAction)
end