Module: Mail::RFC2822::Time0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#FWS ⇒ Object
3600 3601 3602 |
# File 'lib/mail/parsers/rfc2822.rb', line 3600 def FWS elements[1] end |
#time_of_day ⇒ Object
3596 3597 3598 |
# File 'lib/mail/parsers/rfc2822.rb', line 3596 def time_of_day elements[0] end |
#zone ⇒ Object
3604 3605 3606 |
# File 'lib/mail/parsers/rfc2822.rb', line 3604 def zone elements[2] end |