Module: ZXing::QRCode::Decoder

Includes:
Binarizer
Included in:
FFI::QRCode::Decoder
Defined in:
lib/zxing/qrcode/decoder.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/decoder.rb', line 7

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