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