class Spec::Example::SharedExampleGroup

def included(mod) # :nodoc:

:nodoc:
def included(mod) # :nodoc:
  mod.module_eval(&@example_group_block)
end

def initialize(*args, &example_group_block)

def initialize(*args, &example_group_block)
  set_description(*args)
  @example_group_block = example_group_block
end