Method: Rex::Socket::Range#initialize
- Defined in:
- lib/rex/socket/range_walker.rb
#initialize(start = nil, stop = nil, options = nil) ⇒ Range
Returns a new instance of Range.
442 443 444 445 446 |
# File 'lib/rex/socket/range_walker.rb', line 442 def initialize(start=nil, stop=nil, =nil) @start = start @stop = stop @options = end |