method
port=
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::TestRequest
port=(number)public
No documentation available.
# File actionpack/lib/action_dispatch/testing/test_request.rb, line 29
def port=(number)
@env['SERVER_PORT'] = number.to_i
end