mirror of
https://github.com/ruby/ruby.git
synced 2025-09-23 04:24:04 +02:00
get rid of ambiguous parentheses warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
db31f2fafb
commit
716610ae56
12 changed files with 33 additions and 33 deletions
|
@ -567,7 +567,7 @@ class Rational_Test < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
class ObjectX
|
||||
def + (x) Rational(1) end
|
||||
def +(x) Rational(1) end
|
||||
alias - +
|
||||
alias * +
|
||||
alias / +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue