Method: Set#pretty_print_cycle
- Defined in:
- lib/set.rb
permalink #pretty_print_cycle(pp) ⇒ Object
:nodoc:
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 |