# File lib/spec/example/configuration.rb, line 132 def prepend_after(*args, &proc) scope, options = scope_and_options(*args) example_group = ExampleGroupFactory.get( get_type_from_options(options) ) example_group.prepend_after(scope, &proc) end