Module: Mail::RFC2822::Year0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#DIGIT1 ⇒ Object
3250 3251 3252 |
# File 'lib/mail/parsers/rfc2822.rb', line 3250 def DIGIT1 elements[0] end |
#DIGIT2 ⇒ Object
3254 3255 3256 |
# File 'lib/mail/parsers/rfc2822.rb', line 3254 def DIGIT2 elements[1] end |
#DIGIT3 ⇒ Object
3258 3259 3260 |
# File 'lib/mail/parsers/rfc2822.rb', line 3258 def DIGIT3 elements[2] end |
#DIGIT4 ⇒ Object
3262 3263 3264 |
# File 'lib/mail/parsers/rfc2822.rb', line 3262 def DIGIT4 elements[3] end |