# File lib/prettyprint.rb, line 160
  def fill_breakable(sep=' ', width=sep.length)
    group { breakable sep, width }
  end