Sha256: a442f118bdbd5e2fe47c2d9feb06174c34fa2f3a8b5e300c0700c146c8e81170

Contents?: true

Size: 363 Bytes

Versions: 5

Compression:

Stored size: 363 Bytes

Contents

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

module ZXing::QRCode::Encoder::ByteMatrix
  def self.new *args
    if self == ZXing::QRCode::Encoder::ByteMatrix
      ZXing::FFI::QRCode::Encoder::ByteMatrix.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/byte_matrix.rb
zxing_cpp_no_cmake-0.1.2 lib/zxing/qrcode/encoder/byte_matrix.rb
zxing_cpp_no_cmake-0.1.1 lib/zxing/qrcode/encoder/byte_matrix.rb
zxing_cpp-0.1.1 lib/zxing/qrcode/encoder/byte_matrix.rb
zxing_cpp-0.1.0 lib/zxing/qrcode/encoder/byte_matrix.rb