Feature #6245
closed
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
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
- 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
Also available in: Atom
PDF
Like0
Like0Like0Like0