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