module Qrio

Constants

VERSION

Public Class Methods

decode(filename) click to toggle source
# File lib/qrio/qr.rb, line 203
def self.decode(filename)
  qr = Qr.load(filename)
  qr.decoded? ? qr.text : qr
end