#native
#initialize
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