Created
January 6, 2017 01:15
-
-
Save marsyang1/15c31d6c3931bef7f54b15451ffd8852 to your computer and use it in GitHub Desktop.
ruby array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PORT_RANGE = Array(10000..10010) | |
#.concat(Array(17000..17010)).concat(Array(18000..18010)).concat(Array(19000..19010)) | |
#.concat(Array(17100..17110)).concat(Array(18100..18110)).concat(Array(19100..19110)) | |
#.push(17050).push(18050).push(19050) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment