Classes: Proxy
"0.0.3"
8 9 10 11 12
# File 'lib/consumer.rb', line 8 def self.get(url) json = open(url).read hash = JSON.parse(json) Consumer::Proxy.new(hash) end