class RSpec::Core::Configuration

def safe_prepend(mod, host)

Other tags:
    Private: -
def safe_prepend(mod, host)
  host.__send__(:prepend, mod) unless host < mod
end