Module: Mail::RFC2822::Month0

Defined in:
lib/mail/parsers/rfc2822.rb

Instance Method Summary collapse

Instance Method Details

#FWS1Object



3398
3399
3400
# File 'lib/mail/parsers/rfc2822.rb', line 3398

def FWS1
  elements[0]
end

#FWS2Object



3406
3407
3408
# File 'lib/mail/parsers/rfc2822.rb', line 3406

def FWS2
  elements[2]
end

#month_nameObject



3402
3403
3404
# File 'lib/mail/parsers/rfc2822.rb', line 3402

def month_name
  elements[1]
end