# File lib/cucumber/language_support/language_methods.rb, line 34 def add_hook(phase, hook) hooks[phase.to_sym] << hook hook end