method
pretty_print_cycle
pretty_print_cycle(q)
public
Hide source
# File lib/pp.rb, line 384 def pretty_print_cycle(q) q.text sprintf("#<struct %s:...>", PP.mcall(self, Kernel, :class).name) end