[Source]
# File pp.rb, line 331 def pretty_print(q) q.pp_hash self end
# File pp.rb, line 335 def pretty_print_cycle(q) q.text(empty? ? '{}' : '{...}') end
[Validate]