Flowdock
pretty_print_cycle(q) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/pp.rb, line 354
  def pretty_print_cycle(q)
    q.text(empty? ? '{}' : '{...}')
  end
Register or log in to add new notes.