Sha256: 7303171f54cbfceb7b02bac75044bfad533e8f744c2eb273e7116f932261ba18
Contents?: true
Size: 207 Bytes
Versions: 5
Compression:
Stored size: 207 Bytes
Contents
require 'ares/http' require 'ares/responses' module Ares module Client autoload :Standard, 'ares/client/standard' class << self def standard Standard.new end end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ares.rb-0.3.2 | lib/ares/client.rb |
ares.rb-0.3.1 | lib/ares/client.rb |
ares.rb-0.3.0 | lib/ares/client.rb |
ares.rb-0.2.0 | lib/ares/client.rb |
ares.rb-0.1.0 | lib/ares/client.rb |