# File lib/spec/runner/configuration.rb, line 100 def append_before(scope = :each, options={}, &proc) add_callback(:append_before, scope, options, &proc) end