From: Yui NARUSE Date: 2011-08-29T16:18:06+09:00 Subject: [ruby-core:39183] [Ruby 1.9 - Bug #1792][Assigned] Fixnum#& 等が、Rational などを受けつける Issue #1792 has been updated by Yui NARUSE. Status changed from Closed to Assigned Assignee changed from Yukihiro Matsumoto to Kenta Murata ������������������������������������������������������������������ 2) Error: test_num2long(TestNumeric): TypeError: can't convert Object into Integer for bitwise arithmetic /home/naruse/ruby/test/ruby/test_numeric.rb:227:in `&' /home/naruse/ruby/test/ruby/test_numeric.rb:227:in `test_num2long' ---------------------------------------- Bug #1792: Fixnum#& ���������Rational ������������������������ http://redmine.ruby-lang.org/issues/1792 Author: tadayoshi funaba Status: Assigned Priority: Normal Assignee: Kenta Murata Category: Target version: 1.9.x ruby -v: - =begin 1 & 1.5 ������������������������������ 1 & Rational(3,2) ��� 1 & BigDecimal('1.5') ������������������������������������������������ =end -- http://redmine.ruby-lang.org