Flowdock
httpdate(str='Mon, 01 Jan -4712 00:00:00 GMT', sg=ITALY) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/date.rb, line 1758
  def self.httpdate(str='Mon, 01 Jan -4712 00:00:00 GMT', sg=ITALY) # :nodoc:
    elem = _httpdate(str)
    new_by_frags(elem, sg)
  end
Register or log in to add new notes.