class Byebug::Printers::Plain

def print_collection(path, collection, &block)

def print_collection(path, collection, &block)
  lines = array_of_args(collection, &block).map do |args|
    print(path, args)
  end
  lines.join
end