module Terminal module Utils private def perform(request_method, path, options) request = Terminal::Request.new(self, request_method, path, options) request.perform end end end