module RSpec::Core::Let

def self.included(mod)

def self.included(mod)
  mod.extend ExampleGroupMethods
  mod.__send__ :include, ExampleMethods
end