method

rfc2822

v1_9_2_180 - Show latest stable - Class: Date
rfc2822(str='Mon, 1 Jan -4712 00:00:00 +0000', sg=ITALY)
public

No documentation available.

# File lib/date.rb, line 1084
  def self.rfc2822(str='Mon, 1 Jan -4712 00:00:00 +0000', sg=ITALY) # :nodoc:
    elem = _rfc2822(str)
    new_by_frags(elem, sg)
  end