Actions
Bug #13104
closedmathn.rb affects Rational literals
Bug #13104:
mathn.rb affects Rational literals
Description
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
Actions