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