Method: Lazy::PP::JSON#pretty_print_cycle
- Defined in:
- lib/lazy/pp/json.rb
#pretty_print_cycle(pretty_print) ⇒ Object
79 80 81 |
# File 'lib/lazy/pp/json.rb', line 79 def pretty_print_cycle(pretty_print) pretty_print.text(empty? ? "" : "{...}") end |