builder
builder copied to clipboard
removed Fixnum reference
Fixnum and Bignum are combined into Integer class Since Ruby-2.4.0 release. This fix is to remove all Fixnum reference.
@tenderlove Do you have a commit bit of this repository? I always get the warnings that are builder-2.1.2/lib/builder/xchar.rb:22: warning: constant ::Fixnum is deprecated when I invoked rubygems and bundler tests.
@hsbt no, but I have gem release access. Send the PR here: https://github.com/tenderlove/builder
@tenderlove Thanks, I understood it.
@sujangandikote looks like this has been merged in tenderlove. can we close?