From: nobu@... Date: 2017-01-05T07:45:40+00:00 Subject: [ruby-core:78976] [Ruby trunk Bug#13104] math.rb affects Rational literals Issue #13104 has been reported by Nobuyoshi Nakada. ---------------------------------------- Bug #13104: math.rb affects Rational literals https://bugs.ruby-lang.org/issues/13104 * Author: Nobuyoshi Nakada * Status: Assigned * Priority: Normal * Assignee: Yukihiro Matsumoto * Target version: 2.5 * ruby -v: r57270 * Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED ---------------------------------------- Without mathn: ``` $ ruby -e 'p 1.0r' (1/1) ``` With mathn: ``` $ ruby -rmathn -e 'p 1.0r' 1 ``` Is this intentional? https://github.com/ruby/ruby/compare/trunk...nobu:bug/rational-literal-mathn -- https://bugs.ruby-lang.org/ Unsubscribe: