# File lib/pry/config/behavior.rb, line 111
  def pretty_print(q)
    q.text inspect[1..-1].gsub(INSPECT_REGEXP, "default=<")
  end