method

pretty_print_cycle

v1_9_3_125 - Show latest stable - Class: Struct
pretty_print_cycle(q)
public

No documentation available.

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