diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-12-28 11:58:21 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-12-28 18:35:03 +0900 |
commit | 40e7aefebad412bde50fa9bdadcc8405f7605355 (patch) | |
tree | 33a440e64dfe2d20e01bb30da6a89e8ab1f0318c /sample | |
parent | b948b1a4e1f8a4a697bbc76873d728afcdc1694a (diff) |
Remove obsolete Fixnum and Bignum
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3927
Diffstat (limited to 'sample')
-rw-r--r-- | sample/trick2015/kinaba/entry.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/trick2015/kinaba/entry.rb b/sample/trick2015/kinaba/entry.rb index aa077dc240..2a75888ef5 100644 --- a/sample/trick2015/kinaba/entry.rb +++ b/sample/trick2015/kinaba/entry.rb @@ -54,8 +54,8 @@ while 0x00012345 >= $counter srand +big && $counter >> 0b1 Enumerable - Fixnum - Bignum + String + Struct Math Complex Comparable |