# File lib/webmock/request_pattern.rb, line 89 89: def add_query_params(query_params) 90: @query_params = query_params.is_a?(Hash) ? query_params : Addressable::URI.parse('?' + query_params).query_values 91: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.