Class: Symbol

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

Overview

symbol.rb – Symbol class 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/symbol.rb', line 13

def rider_display
  ":#{self}"
end