Warning on Ruby 2.4.x
mura2435 opened this issue · 1 comments
mura2435 commented
Warning appears on line 212 of csv_source.rb
warning: constant ::Fixnum is deprecated
Fixnum and Bignum were unified to integer in Ruby 2.4.0(https://www.ruby-lang.org/en/news/2016/12/25/ruby-2-4-0-released/)
May I suggest a modification to the 212?
if field.is_a?(Intger)
agardiner commented
Thanks for the bug report and suggested fix. :-)