Skip to content

Commit

Permalink
Update lib/rack/response.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: Rafael França <rafael@franca.dev>
  • Loading branch information
ioquatix and rafaelfranca committed Jan 13, 2020
1 parent 4e10997 commit 4ebd70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/response.rb
Expand Up @@ -21,7 +21,7 @@ module Rack
# Your application's +call+ should end returning Response#finish.

class Response
def self.[] (status, headers, body)
def self.[](status, headers, body)
self.new(body, status, headers)
end

Expand Down

0 comments on commit 4ebd70b

Please sign in to comment.