Module: ZXing::QRCode::Decoder
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/decoder.rb', line 7 def self.new *args if self == ZXing::QRCode::Decoder ZXing::FFI::QRCode::Decoder.new(*args) else super end end |