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