# File lib/lowline.rb, line 18
  def shortened_email; self =~ /<?(\S+?)@.+/ ? $1 : self end