Method: Set#pretty_print_cycle

Defined in:
lib/set.rb

#pretty_print_cycle(pp) ⇒ Object

:nodoc:

[View source]

842
843
844
# File 'lib/set.rb', line 842

def pretty_print_cycle(pp)    # :nodoc:
  pp.text sprintf('#<%s: {%s}>', self.class.name, empty? ? '' : '...')
end