We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
object_id
inspect
1 parent 31ae742 commit 0cae5d8Copy full SHA for 0cae5d8
lib/serpapi/client.rb
@@ -183,7 +183,7 @@ def close
183
184
def inspect
185
masked_key = api_key && (api_key.length > 8 ? "#{api_key[..3]}****#{api_key[-4..]}" : '****')
186
- "#<#{self.class}:#{format('%#016x', object_id << 1)} @engine=#{engine} @timeout=#{timeout} @persistent=#{persistent} api_key=#{masked_key}>"
+ "#<#{self.class} @engine=#{engine} @timeout=#{timeout} @persistent=#{persistent} api_key=#{masked_key}>"
187
end
188
189
private
0 commit comments