# File lib/deep_test/spec/extensions/example_group_methods.rb, line 33
33:       def prepend_after(*args, &block)
34:         check_filter_args(args)
35:         call_regular_instance_method :prepend_after, *args, &block
36:       end