# File lib/rqrcode/qrcode/qr_bit_buffer.rb, line 20 def initialize(version) @version = version @buffer = [] @length = 0 end