class RSpec::Core::Configuration

def safe_extend(mod, host)

Other tags:
    Private: -
def safe_extend(mod, host)
  host.extend(mod) unless host.singleton_class < mod
end