Module: Mail::RFC2822::Month0

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) FWS1



3393
3394
3395
# File 'lib/mail/parsers/rfc2822.rb', line 3393

def FWS1
  elements[0]
end

- (Object) FWS2



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

def FWS2
  elements[2]
end

- (Object) month_name



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

def month_name
  elements[1]
end