Object
# File lib/geokit/net_adapter/typhoeus.rb, line 4 def self.do_get(url) ::Typhoeus.get(url.to_s) end
# File lib/geokit/net_adapter/typhoeus.rb, line 8 def self.success?(response) response.success? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.