# File lib_doc/rucy/local.rb, line 394 def publish_if_range(file, stat, req_path, request, response) mtime = Time.parse(request.header('If-Range')) if (stat.mtime <= mtime) then return publish_range(file, stat, req_path, request, response) end false end