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