From: Kenta Murata Date: 2011-08-29T14:09:55+09:00 Subject: [ruby-core:39176] [Ruby 1.9 - Bug #1792][Closed] Fixnum#& 等が、Rational などを受けつける Issue #1792 has been updated by Kenta Murata. Status changed from Assigned to Closed ������������������ ��������������������������������������������������������������������������������������������������� ---------------------------------------- Bug #1792: Fixnum#& ���������Rational ������������������������ http://redmine.ruby-lang.org/issues/1792 Author: tadayoshi funaba Status: Closed Priority: Normal Assignee: Yukihiro Matsumoto 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