Fix comment.

This commit is contained in:
Samuel Williams 2023-01-08 23:29:42 +13:00
parent 6d5e0d2de2
commit 8e8695ea57
No known key found for this signature in database
GPG Key ID: A0765423A44728FB

@ -210,13 +210,14 @@ def dispatch(name, request, response) # :nodoc:
end
def set_response!(response) # :nodoc:
# Force `performed?` to return true:
@_response = response
end
# Assign the response and mark it as committed. No further processing will occur.
def response=(response)
set_response!(response)
# Force `performed?` to return true:
@_response_body = true
end