Module: Mail::RFC2822::Year0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#DIGIT1 ⇒ Object
3094 3095 3096 |
# File 'lib/mail/parsers/rfc2822.rb', line 3094 def DIGIT1 elements[0] end |
#DIGIT2 ⇒ Object
3098 3099 3100 |
# File 'lib/mail/parsers/rfc2822.rb', line 3098 def DIGIT2 elements[1] end |
#DIGIT3 ⇒ Object
3102 3103 3104 |
# File 'lib/mail/parsers/rfc2822.rb', line 3102 def DIGIT3 elements[2] end |
#DIGIT4 ⇒ Object
3106 3107 3108 |
# File 'lib/mail/parsers/rfc2822.rb', line 3106 def DIGIT4 elements[3] end |