# File lib/pickle/email.rb, line 74 def links_in_email(email, protos=['http', 'https']) URI.extract(email.body, protos) end