Methods
M
Instance Public methods
make_headers(hash)
# File actionpack/test/dispatch/header_test.rb, line 4
def make_headers(hash)
  ActionDispatch::Http::Headers.new ActionDispatch::Request.new hash
end