Closed joshRpowell closed 7 years ago
Since the Ruby-2.4.0 release, Fixnum and Bignum are combined into Integer class. This fix is to remove all Fixnum reference.
zbar-0.2.2/lib/zbar/processor.rb:7: warning: constant ::Fixnum is deprecated
Since the Ruby-2.4.0 release, Fixnum and Bignum are combined into Integer class. This fix is to remove all Fixnum reference.