# File lib/mail/fields/received_field.rb, line 66 def decoded if value.blank? "" else "#{info}; #{formatted_date}" end end