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