# File lib/mixins/string.rb, line 9
  def review_ljust(size)
    gsub("\n", ' ')[0, size-1].ljust(size)
  end