[Source]
# File lib/tmail/header.rb, line 202 def date ensure_parsed @date end
# File lib/tmail/header.rb, line 207 def date=(arg) ensure_parsed @date = arg end
[Validate]