Starting with Ruby 2.4.0, there was an obsolescence warning to use certain functions that were obsolete. For example, Bignum , Fixnum , TRUE and FALSE will cause obsolescence warnings. Although I am correcting my code, there is enough code for which I would like to disable it, especially in Rails. How can i do this?
source share