Actions
Feature #6245
closed"is_integer?" method declaration in prelude
Feature #6245:
"is_integer?" method declaration in prelude
Description
Dear Rubyists, can we add "is_integer?" method to our core for main purposes of checking integerITY?
I add it to "golf_prelude.rb" below of "to_a" stub.
https://github.com/ruby/ruby/pull/112
https://github.com/ruby/ruby/pull/112.patch
**This can be in class Fixnum. I don't know this is true place for it?
Files
Actions