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