2 3 4
# File 'lib/pp-colour/hash.rb', line 2 def pretty_print(q) q.pp_hash self end
6 7 8
# File 'lib/pp-colour/hash.rb', line 6 def pretty_print_cycle(q) q.text(empty? ? '{}'.green : '{...}'.green) end