Open francocatena opened 7 years ago
Could someone merge this?
Hey @nickpad can you please merge this? I am using this on Camaleon CMS and I need this solved.
If you release a version, then it would only be a new patch version, right?
why not just replace Fixnum
with Numeric
?
@bmalets Since this project is no longer maintained (I realized this after the PR) any further discussion is pointless =)
Since 2.4 deprecate the use of constant
Fixnum
, now check for0.class
instead (to ensure compatibility with older versions).Cheers.