Module: Mail::RFC2822::Month0

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

Instance Method Summary collapse

Instance Method Details

#FWS1Object



3319
3320
3321
# File 'lib/mail/parsers/rfc2822.rb', line 3319

def FWS1
  elements[0]
end

#FWS2Object



3327
3328
3329
# File 'lib/mail/parsers/rfc2822.rb', line 3327

def FWS2
  elements[2]
end

#month_nameObject



3323
3324
3325
# File 'lib/mail/parsers/rfc2822.rb', line 3323

def month_name
  elements[1]
end