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