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