# File lib/vmail/string_ext.rb, line 2
  def col(width)
    self[0,width].ljust(width)
  end