class Cucumber::Runtime

def fire_after_all_hook # :nodoc:

:nodoc:
def fire_after_all_hook # :nodoc:
  @support_code.fire_hook(:after_all)
end