Module: Mail::RFC2822::Zone0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#DIGIT1 ⇒ Object
3969 3970 3971 |
# File 'lib/mail/parsers/rfc2822.rb', line 3969 def DIGIT1 elements[1] end |
#DIGIT2 ⇒ Object
3973 3974 3975 |
# File 'lib/mail/parsers/rfc2822.rb', line 3973 def DIGIT2 elements[2] end |
#DIGIT3 ⇒ Object
3977 3978 3979 |
# File 'lib/mail/parsers/rfc2822.rb', line 3977 def DIGIT3 elements[3] end |
#DIGIT4 ⇒ Object
3981 3982 3983 |
# File 'lib/mail/parsers/rfc2822.rb', line 3981 def DIGIT4 elements[4] end |