Module: Mail::RFC2822::Month0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#FWS1 ⇒ Object
3160 3161 3162 |
# File 'lib/mail/parsers/rfc2822.rb', line 3160 def FWS1 elements[0] end |
#FWS2 ⇒ Object
3168 3169 3170 |
# File 'lib/mail/parsers/rfc2822.rb', line 3168 def FWS2 elements[2] end |
#month_name ⇒ Object
3164 3165 3166 |
# File 'lib/mail/parsers/rfc2822.rb', line 3164 def month_name elements[1] end |