pretty_print_cycle(q)
public
Hide source
# File lib/pp.rb, line 338 def pretty_print_cycle(q) # :nodoc: q.text(empty? ? '[]' : '[...]') end