# File lib/rhc/core_ext.rb, line 56
  def wrap(wrap_length=80, char="\n")
    scan(/.{#{wrap_length}}|.+/).join(char)
  end