class Gitlab::ObjectifiedHash

def inspect

Returns:
  • (String) - Formatted string with the class name, object id and original hash.
def inspect
  "#<#{self.class}:#{object_id} {hash: #{hash.inspect}}"
end