# File lib/rspec/core/configuration.rb, line 760 def safe_extend(mod, host) host.extend(mod) unless (class << host; self; end) < mod end