method
pretty_print_cycle
v1_9_3_125 -
Show latest stable
- Class:
Hash
pretty_print_cycle(q)public
No documentation available.
# File lib/pp.rb, line 354
def pretty_print_cycle(q)
q.text(empty? ? '{}' : '{...}')
end pretty_print_cycle(q)No documentation available.
# File lib/pp.rb, line 354
def pretty_print_cycle(q)
q.text(empty? ? '{}' : '{...}')
end