Sha256: 1a54491fa35fc15316f4837c1add0590a3e551eab33236e2b25a107268965766
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
module ZXing; end module ZXing::FFI; end class ZXing::FFI::Common::BitMatrix include ZXing::Common::BitMatrix def initialize ptr super ZXing::FFI::Library::BitMatrixPointer.new ptr end def get x, y ZXing::FFI::Library.BitMatrix_get native, x, y end end
Version data entries
5 entries across 5 versions & 3 rubygems