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