# File lib/rspec/core/configuration.rb, line 793 def safe_include(mod, host) host.send(:include,mod) unless host < mod end