module Rspec::Core::SharedExampleGroupKernelExtensions

def self.included(kls)

def self.included(kls)
  kls.module_eval(&@shared_block)
end