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