Method: ColorRois#initialize
- Defined in:
- lib/rois/color_rois.rb
#initialize(dut) ⇒ ColorRois
Public: Initializes ColorRois. NOT FOR USE IN TESTS.
8 9 10 |
# File 'lib/rois/color_rois.rb', line 8 def initialize(dut) @dut = dut end |
Public: Initializes ColorRois. NOT FOR USE IN TESTS.
8 9 10 |
# File 'lib/rois/color_rois.rb', line 8 def initialize(dut) @dut = dut end |