Class: DFuzz::Byte

Inherits:
Fudge show all
Defined in:
lib/ruckus/dfuzz.rb

Instance Method Summary collapse

Constructor Details

#initialize(delta = 16) ⇒ Byte

Returns a new instance of Byte.



73
74
75
# File 'lib/ruckus/dfuzz.rb', line 73

def initialize(delta = 16)
    super([0x00, 0x01, 0x7F, 0xFF], delta, 0xFF)
end