class IntegerIterator
Constants
- MAX
- MIN
- N_BITS
- N_BYTES
Public Instance Methods
get()
click to toggle source
# File lib/hitman/iterators/integer_iterator.rb, line 7 def get [MIN, -1, 0, 1, MAX] end
# File lib/hitman/iterators/integer_iterator.rb, line 7 def get [MIN, -1, 0, 1, MAX] end