pretty_print(q)
public
Hide source
# File lib/pp.rb, line 384 def pretty_print(q) # :nodoc: q.pp self.begin q.breakable '' q.text(self.exclude_end? ? '...' : '..') q.breakable '' q.pp self.end end