module HTTParty_with_cookies
Attributes
Public Class Methods
included(base)
click to toggle source
# File lib/httparty_with_cookies.rb, line 7 def self.included(base) base.extend HTTParty base.send :include, HTTParty end