Class: Hash
Overview
hash.rb – Hash extensions
Author: Russell Sim Copyright © 2024 Russell Sim SPDX-License-Identifier: MIT
Instance Method Summary collapse
-
#rider_display ⇒ Object
Return a
string
representation of the object in a consistent manner that will not be excessivly long.
Instance Method Details
#rider_display ⇒ Object
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 |