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