From: Kenta Murata Date: 2011-08-29T09:32:10+09:00 Subject: [ruby-core:39168] [Ruby 1.9 - Feature #1408][Closed] 0.1.to_r not equal to (1/10) Issue #1408 has been updated by Kenta Murata. Status changed from Assigned to Closed I close this ticket because the topic was too diverged. Would you please make new tickets for the new version of ruby if anyone has objections. ---------------------------------------- Feature #1408: 0.1.to_r not equal to (1/10) http://redmine.ruby-lang.org/issues/1408 Author: Heesob Park Status: Closed Priority: Normal Assignee: Yukihiro Matsumoto Category: core Target version: 1.9.x =begin $ ruby -e 'p 0.1.to_r' (3602879701896397/36028797018963968) whereas $ ruby -e 'p "0.1".to_r' (1/10) =end -- http://redmine.ruby-lang.org