13 14 15
# File 'lib/xio/http/typhoeus.rb', line 13 def self.get(url, options={}) perform(:get, url, options) end