= private = protected
last_modified()
returns a Time that represents the Last-Modified field.
# File lib/open-uri.rb, line 494 def last_modified if vs = @metas['last-modified'] v = vs.join(', ') Time.httpdate(v) else nil end end