提交 07dfd808 编写于 作者: V Vipul A M 提交者: GitHub

Merge pull request #28555 from vipulnsward/rm-comments

Remove unnecessary ruby version comments
......@@ -128,7 +128,7 @@ class Complex
Complex(1).dup
rescue TypeError
# Complexes are not duplicable for RUBY_VERSION < 2.5.0:
# Complexes are not duplicable:
#
# Complex(1).duplicable? # => false
# Complex(1).dup # => TypeError: can't copy Complex
......@@ -143,7 +143,7 @@ class Rational
Rational(1).dup
rescue TypeError
# Rationals are not duplicable for RUBY_VERSION < 2.5.0:
# Rationals are not duplicable:
#
# Rational(1).duplicable? # => false
# Rational(1).dup # => TypeError: can't copy Rational
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册