Module: ZXing::MultiFormatReader

Included in:
FFI::MultiFormatReader
Defined in:
lib/zxing/multi_format_reader.rb

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/zxing/multi_format_reader.rb', line 4

def self.new *args
  if self == ZXing::MultiFormatReader
    ZXing::FFI::MultiFormatReader.new
  else
    super
  end
end