module Spec::Example::ExampleGroupMethods
def set_description(*args)
def set_description(*args) @description_args, @options = args_and_options(*args) @backtrace = caller(1) @location = File.expand_path(options[:location]) if options[:location] self end