Sha256: 43aa42caa930eda80c792007bb00d346f7db5273437ddc270763ba53478f13f6
Contents?: true
Size: 204 Bytes
Versions: 11
Compression:
Stored size: 204 Bytes
Contents
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
Version data entries
11 entries across 11 versions & 1 rubygems