Module: Mail::RFC2822::Zone0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#DIGIT1 ⇒ Object
3890 3891 3892 |
# File 'lib/mail/parsers/rfc2822.rb', line 3890 def DIGIT1 elements[1] end |
#DIGIT2 ⇒ Object
3894 3895 3896 |
# File 'lib/mail/parsers/rfc2822.rb', line 3894 def DIGIT2 elements[2] end |
#DIGIT3 ⇒ Object
3898 3899 3900 |
# File 'lib/mail/parsers/rfc2822.rb', line 3898 def DIGIT3 elements[3] end |
#DIGIT4 ⇒ Object
3902 3903 3904 |
# File 'lib/mail/parsers/rfc2822.rb', line 3902 def DIGIT4 elements[4] end |