module Cucumber::Hooks

def after_hook(id, location, &block)

def after_hook(id, location, &block)
  build_hook_step(id, location, block, AfterHook, Core::Test::UnskippableAction)
end