class Cucumber::Runtime

def fire_before_all_hook # :nodoc:

:nodoc:
def fire_before_all_hook # :nodoc:
  @support_code.fire_hook(:before_all)
end