Method: ZXing::Decoder.decode
- Defined in:
- lib/zxing/decoder.rb
.decode(file) ⇒ Object
32 33 34 35 36 |
# File 'lib/zxing/decoder.rb', line 32 def self.decode(file) decode!(file) rescue UndecodableError nil end |
32 33 34 35 36 |
# File 'lib/zxing/decoder.rb', line 32 def self.decode(file) decode!(file) rescue UndecodableError nil end |