Method: SentryApi::ObjectifiedHash#inspect

Defined in:
lib/sentry-api/objectified_hash.rb

#inspectString

Returns Formatted string with the class name, object id and original hash.

Returns:

  • (String)

    Formatted string with the class name, object id and original hash.



22
23
24
# File 'lib/sentry-api/objectified_hash.rb', line 22

def inspect
  "#<#{self.class}:#{object_id} {hash: #{@hash.inspect}}"
end