class RSpec::Core::Configuration

def safe_include(mod, host)

Other tags:
    Private: -
def safe_include(mod, host)
  host.send(:include,mod) unless host < mod
end