class RSpec::Core::Configuration

def safe_prepend(mod, host)

def safe_prepend(mod, host)
  host.__send__(:prepend, mod) unless host < mod
end