Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/human_hash.rb

Constant Summary collapse

@@human_count =
0

Instance Method Summary collapse

Instance Method Details

#human_inspect(symbols = true) ⇒ Object



22
23
24
# File 'lib/human_hash.rb', line 22

def human_inspect(symbols = true)
  "{\n#{display_values_for_human(self, symbols)}}\n"
end