Not found
The exact documentation you were looking for could not be found. Here is the best guess.
last_modified()
public
returns a Time which represents Last-Modified
field.
Show source
def last_modified
if v = @meta['last-modified']
Time.httpdate(v)
else
nil
end
end