Module: ZXing::QRCode::Detector
Instance Attribute Summary
Attributes included from Binarizer
Class Method Summary collapse
Methods included from Binarizer
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 |