module SimpleCov

def load_adapter(name)


Applies the adapter of given name on SimpleCov configuration
def load_adapter(name)
  adapters.load(name)
end