# File lib/typhoeus/remote.rb, line 39 def mock_key_for(url, params = nil) if url == :catch_all url else key = url if params and !params.empty? key += flatten_and_sort_hash(params).to_s end key end end