Module: ZXing::QRCode::Detector

Includes:
Binarizer
Included in:
FFI::QRCode::Detector
Defined in:
lib/zxing/qrcode/detector.rb

Instance Attribute Summary

Attributes included from Binarizer

#native

Class Method Summary collapse

Methods included from Binarizer

#initialize

Class Method Details

.new(*args) ⇒ Object



7
8
9
10
11
12
13
# File 'lib/zxing/qrcode/detector.rb', line 7

def self.new *args
  if self == ZXing::QRCode::Detector
    ZXing::FFI::QRCode::Detector.new(*args)
  else
    super
  end
end