Object
# File lib/rqrcode/qrcode/qr_bit_buffer.rb, line 23 def get( index ) buf_index = (index / 8).floor (( (@buffer[buf_index]).rszf(7 - index % 8)) & 1) == 1 end
# File lib/rqrcode/qrcode/qr_bit_buffer.rb, line 36 def get_length_in_bits @length end
Generated with the Darkfish Rdoc Generator 2.