# File lib/cucumber/rb_support/rb_dsl.rb, line 67
      def AfterStep(*tag_names, &proc)
        RbDsl.register_rb_hook('after_step', tag_names, proc)
      end