method
pretty_print
pretty_print(q)
public
Hide source
# File lib/pp.rb, line 301 def pretty_print(q) q.group(1, '[', ']') { q.seplist(self) {|v| q.pp v } } end


