class Fedora::Connection
def request(method, path, *arguments)
def request(method, path, *arguments) result = http.send(method, path, *arguments) handle_response(result) end
def request(method, path, *arguments) result = http.send(method, path, *arguments) handle_response(result) end