Method: Cucumber::Runtime::SupportCode#fire_hook
- Defined in:
- lib/cucumber/runtime/support_code.rb
#fire_hook(name, *args) ⇒ Object
110 111 112 113 114 |
# File 'lib/cucumber/runtime/support_code.rb', line 110 def fire_hook(name, *args) @programming_languages.each do |programming_language| programming_language.send(name, *args) end end |