Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integer#size などが見つからない #19

Open
znz opened this issue Nov 19, 2014 · 1 comment
Open

Integer#size などが見つからない #19

znz opened this issue Nov 19, 2014 · 1 comment

Comments

@znz
Copy link
Contributor

znz commented Nov 19, 2014

https://bugs.ruby-lang.org/issues/3859 の件です。

Fixnum#sizeBignum#size にわかれていて、Integer のメソッドしては存在しないため見つかりません。

継承関係にあるクラスでも探してもらえると便利かと思ったのですが、どうでしょうか。

@kou
Copy link
Member

kou commented Nov 19, 2014

Integer#size は存在しないみたいなので、見つからないほうがいいんじゃないかなぁと思いました。

% ruby -ve 'Integer.instance_method(:size)'
ruby 2.1.4p265 (2014-10-27) [x86_64-linux-gnu]
-e:1:in `instance_method': undefined method `size' for class `Integer' (NameError)
    from -e:1:in `<main>'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants