# File lib/vmail/string_ext.rb, line 6 def rcol(width) #right justified self[0,width].rjust(width) end