Method: Cucumber::Runtime::SupportCode#fire_hook

Defined in:
lib/cucumber/runtime/support_code.rb

#fire_hook(name, *args) ⇒ Object


96
97
98
99
# File 'lib/cucumber/runtime/support_code.rb', line 96

def fire_hook(name, *args)
  # TODO: kill with fire
  registry.send(name, *args)
end