# File lib/barby/barcode/qr_code.rb, line 42
    def initialize(data, options={})
      self.data = data
      options.each{|k,v| send("#{k}=", v) }
      raise(ArgumentError, "data too large") unless size
    end