# File lib/cucumber/rb_support/rb_dsl.rb, line 61
      def After(*tag_names, &proc)
        RbDsl.register_rb_hook('after', tag_names, proc)
      end