Module: Mail::RFC2822::Year0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#DIGIT1 ⇒ Object
3273 3274 3275 |
# File 'lib/mail/parsers/rfc2822.rb', line 3273 def DIGIT1 elements[0] end |
#DIGIT2 ⇒ Object
3277 3278 3279 |
# File 'lib/mail/parsers/rfc2822.rb', line 3277 def DIGIT2 elements[1] end |
#DIGIT3 ⇒ Object
3281 3282 3283 |
# File 'lib/mail/parsers/rfc2822.rb', line 3281 def DIGIT3 elements[2] end |
#DIGIT4 ⇒ Object
3285 3286 3287 |
# File 'lib/mail/parsers/rfc2822.rb', line 3285 def DIGIT4 elements[3] end |