# File lib/action_dispatch/testing/test_request.rb, line 51 def if_modified_since=(last_modified) @env['HTTP_IF_MODIFIED_SINCE'] = last_modified end