33 34 35
# File 'lib/xio/http.rb', line 33 def self.get(url, options={}) new(:get, url, options).perform_method end