# File lib/cucumber/rb_support/rb_dsl.rb, line 70 def Around(*tag_expressions, &proc) RbDsl.register_rb_hook('around', tag_expressions, proc) end