# File lib/open-uri.rb, line 349 def last_modified if v = @meta['last-modified'] Time.httpdate(v) else nil end end