ruby-jmeter icon indicating copy to clipboard operation
ruby-jmeter copied to clipboard

constant ::Fixnum is deprecated

Open FLarra opened this issue 5 years ago • 0 comments

The use of Fixnum is deprecated. From Ruby 2.4, Integer should be used instead.

Deprecation reference: https://bugs.ruby-lang.org/issues/12739

Reference of just an example where it's being used: https://github.com/flood-io/ruby-jmeter/blob/master/lib/ruby-jmeter/extend/threads/thread_group.rb#L5

FLarra avatar Mar 20 '20 00:03 FLarra