module Berkshelf::RidleyCompatAPI::ClassMethods

def new_client(**opts, &block)

def new_client(**opts, &block)
  client = new(**opts)
  yield client
  # ensure
  # FIXME: does Chef::HTTP support close anywhere?  this will just leak open fds
end