class RQRCode::QRCode

def initialize(string, *args)

def initialize(string, *args)
  @qrcode = RQRCodeCore::QRCode.new(string, *args)
end