Sha256: c7add37b16e82a6f78f06cad1bd828f8f705c7a44c67bcff761eddcbfafc4f00
Contents?: true
Size: 133 Bytes
Versions: 1
Compression:
Stored size: 133 Bytes
Contents
class UnderOs::HTTP def self.get(url, options={}, &block) Request.new(url, options.merge(method: :get), &block).send end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
under-os-1.0.0 | lib/under_os/http.rb |