method
pretty_print_cycle
pretty_print_cycle(q)
public
Hide source
# File lib/drb/drb.rb, line 1130 def pretty_print_cycle(q) # :nodoc: q.object_address_group(self) { q.breakable q.text '...' } end