Sha256: c4b7f6a803c17613e9d3fe83180f59545885f870c0b0336eef3158125f8536f5

Contents?: true

Size: 351 Bytes

Versions: 5

Compression:

Stored size: 351 Bytes

Contents

module ZXing; end
module ZXing::QRCode; end
module ZXing::QRCode::Encoder; end

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

  attr_reader :native
  def initialize native
    @native = native
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
zxing_cpp_mac_big_sur-0.1.1 lib/zxing/qrcode/encoder/qrcode.rb
zxing_cpp_no_cmake-0.1.2 lib/zxing/qrcode/encoder/qrcode.rb
zxing_cpp_no_cmake-0.1.1 lib/zxing/qrcode/encoder/qrcode.rb
zxing_cpp-0.1.1 lib/zxing/qrcode/encoder/qrcode.rb
zxing_cpp-0.1.0 lib/zxing/qrcode/encoder/qrcode.rb