# File lib/rspec/core/hooks.rb, line 295 def before(*args, &block) register_hook :append, :before, *args, &block end