ruby-jmeter
ruby-jmeter copied to clipboard
Change Fixnum to Integer
From ruby 2.4 Fixnum is deprecated in favor of Integer so that I changed all Fixnum to Integer.
Fix: https://github.com/flood-io/ruby-jmeter/issues/147
@timkoopmans I think this PR is fine since the constants Fixnum
and Bignum
are just aliases for Integer from Ruby 2.4 and also Integer already exist on Rubies < 2.4 so it's backwards compatible.
Do you see any issue with the PR itself?
@timkoopmans is there anything we can do to move this PR forward? Thanks
Is this gem maintained anymore? @timkoopmans
No sorry, Flood IO has been retired and related work.