# File lib/cucumber/rb_support/rb_dsl.rb, line 55 def Before(*tag_expressions, &proc) RbDsl.register_rb_hook('before', tag_expressions, proc) end