Class: Hash
Do not use. This class is for internal use only.
Instance Method Summary
Instance Method Details
#pretty_print(q)
[ GitHub ]# File 'lib/pp.rb', line 384
def pretty_print(q) # :nodoc: q.pp_hash self end
#pretty_print_cycle(q)
[ GitHub ]# File 'lib/pp.rb', line 388
def pretty_print_cycle(q) # :nodoc: q.text(empty? ? '{}' : '{...}') end