# File lib/pp.rb, line 309
  def pretty_print_cycle(q)
    q.text(empty? ? '[]' : '[...]')
  end