# File lib/pp.rb, line 319
  def pretty_print_cycle(q)
    q.text(empty? ? '{}' : '{...}')
  end