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