# File lib/httparty.rb, line 541 def self.copy(*args, &block) Basement.move(*args, &block) end
# File lib/httparty.rb, line 533 def self.delete(*args, &block) Basement.delete(*args, &block) end
# File lib/httparty.rb, line 517 def self.get(*args, &block) Basement.get(*args, &block) end
# File lib/httparty.rb, line 545 def self.head(*args, &block) Basement.head(*args, &block) end
# File lib/httparty.rb, line 31 def self.included(base) base.extend ClassMethods base.send :include, HTTParty::ModuleInheritableAttributes base.send(:mattr_inheritable, :default_options) base.send(:mattr_inheritable, :default_cookies) base.instance_variable_set("@default_options", {}) base.instance_variable_set("@default_cookies", CookieHash.new) end
# File lib/httparty.rb, line 537 def self.move(*args, &block) Basement.move(*args, &block) end
# File lib/httparty.rb, line 549 def self.options(*args, &block) Basement.options(*args, &block) end
# File lib/httparty.rb, line 525 def self.patch(*args, &block) Basement.patch(*args, &block) end
Generated with the Darkfish Rdoc Generator 2.