# File lib/webmock/request_pattern.rb, line 109 def add_query_params(query_params) if !query_params.is_a?(Hash) query_params = Addressable::URI.parse('?' + query_params).query_values end @pattern.query_values = (@pattern.query_values || {}).merge(query_params) end
Generated with the Darkfish Rdoc Generator 2.