# File lib/twitter/request.rb, line 17 def initialize(client, method, path, options={}) @client, @method, @path, @options = client, method, path, {:mash => true}.merge(options) end