method

pretty_print_cycle

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

No documentation available.

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