method

httpdate

v1_9_1_378 - Show latest stable - Class: DateTime
httpdate(str='Mon, 01 Jan -4712 00:00:00 GMT', sg=ITALY)
public

No documentation available.

# File lib/date.rb, line 1746
  def self.httpdate(str='Mon, 01 Jan -4712 00:00:00 GMT', sg=ITALY) # :nodoc:
    elem = _httpdate(str)
    new_by_frags(elem, sg)
  end