module Rspec::Core::SharedExampleGroup

def self.included(kls)

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