Class: Hash

Inherits:
Object show all
Defined in:
lib/rider_server/core_ext/hash.rb

Overview

hash.rb – Hash extensions

Author: Russell Sim Copyright © 2024 Russell Sim SPDX-License-Identifier: MIT

Instance Method Summary collapse

Instance Method Details

#rider_displayObject

Return a string representation of the object in a consistent manner that will not be excessivly long.



13
14
15
# File 'lib/rider_server/core_ext/hash.rb', line 13

def rider_display
  "#<#{self.class}: #{length} items}>"
end