Method: ZXing::Decoder#initialize
- Defined in:
- lib/zxing/decoder.rb
#initialize(file) ⇒ Decoder
Returns a new instance of Decoder.
50 51 52 |
# File 'lib/zxing/decoder.rb', line 50 def initialize(file) self.file = file end |
Returns a new instance of Decoder.
50 51 52 |
# File 'lib/zxing/decoder.rb', line 50 def initialize(file) self.file = file end |