Make {COUNT,SIZE}_MAX more readable

Good suggestion, @jlee-r7.
bug/bundler_fix
William Vu 2014-01-21 12:13:14 -06:00
parent 6a16cf96ba
commit dc4b4218b3
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ module Rex::Proto::PJL
DEFAULT_PORT = 9100
DEFAULT_TIMEOUT = 5
COUNT_MAX = 2147483647
SIZE_MAX = 2147483647
COUNT_MAX = 2_147_483_647
SIZE_MAX = 2_147_483_647
UEL = "\e%-12345X" # Universal Exit Language
PREFIX = "@PJL"