# File lib/pp.rb, line 269 def pretty_print_cycle(q) q.object_address_group(self) { q.breakable q.text '...' } end