Skip to content

Instantly share code, notes, and snippets.

@marsyang1
Created January 6, 2017 01:15
Show Gist options
  • Save marsyang1/15c31d6c3931bef7f54b15451ffd8852 to your computer and use it in GitHub Desktop.
Save marsyang1/15c31d6c3931bef7f54b15451ffd8852 to your computer and use it in GitHub Desktop.
ruby array
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