method
pretty_print
pretty_print(q)
public
Hide source
# File lib/drb/drb.rb, line 1128 def pretty_print(q) # :nodoc: q.pp_object(self) end