method

pretty_print_cycle

pretty_print_cycle(q)
public

No documentation available.

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