module Mail::RFC2822::Date0
Public Instance Methods
day()
click to toggle source
# File lib/mail/parsers/rfc2822.rb, line 3275 def day elements[0] end
month()
click to toggle source
# File lib/mail/parsers/rfc2822.rb, line 3279 def month elements[1] end
year()
click to toggle source
# File lib/mail/parsers/rfc2822.rb, line 3283 def year elements[2] end