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