# File lib/deep_test/spec/extensions/example_group_methods.rb, line 38 def append_after(*args, &block) check_filter_args(args) call_regular_instance_method :append_after, *args, &block end
# File lib/deep_test/spec/extensions/example_group_methods.rb, line 26 def append_before(*args, &block) check_filter_args(args) call_regular_instance_method :append_before, *args, &block end
Generated with the Darkfish Rdoc Generator 2.