Module: Mail::RFC2822::Month0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#FWS1 ⇒ Object
3342 3343 3344 |
# File 'lib/mail/parsers/rfc2822.rb', line 3342 def FWS1 elements[0] end |
#FWS2 ⇒ Object
3350 3351 3352 |
# File 'lib/mail/parsers/rfc2822.rb', line 3350 def FWS2 elements[2] end |
#month_name ⇒ Object
3346 3347 3348 |
# File 'lib/mail/parsers/rfc2822.rb', line 3346 def month_name elements[1] end |