Feature #6245
closed"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
Updated by aprescott (Adam Prescott) over 12 years ago
On Mon, Apr 2, 2012 at 19:58, regularlambda (Mahmut Bulut) <
mahmutbulut0@gmail.com> wrote:
Dear Rubyists, can we add "is_integer?" method to our core for main
purposes of checking integerITY?
is_foo? isn't idiomatic, you should use just foo?
With that out of the way, this already exists in core:
5.integer?
=> true
5.0.integer?
=> false
Updated by regularlambda (Mahmut Bulut) over 12 years ago
They want it, i write it. Sorry if i have a fault.
http://whynotwiki.com/Ruby_/_Problems#String.23is_type.3F
aprescott (Adam Prescott) wrote:
On Mon, Apr 2, 2012 at 19:58, regularlambda (Mahmut Bulut) <
mahmutbulut0@gmail.com> wrote:Dear Rubyists, can we add "is_integer?" method to our core for main
purposes of checking integerITY?is_foo? isn't idiomatic, you should use just foo?
With that out of the way, this already exists in core:
5.integer?
=> true
5.0.integer?
=> false
Updated by mame (Yusuke Endoh) over 12 years ago
- Status changed from Open to Rejected
Sorry, but let's not open a ticket about goruby, but just send a mail.
I'd like to focus on redmine ticket that really needs our action.
--
Yusuke Endoh mame@tsg.ne.jp