From 0c0d1816f7be782c7bc2d4f0ad65a4bbc8397b19 Mon Sep 17 00:00:00 2001 From: Tom Lord Date: Thu, 23 Nov 2017 15:02:22 +0000 Subject: [PATCH] Remove reference to Bignum `Fixnum` and `Bignum` were rationalised into `Integer`, since ruby version 2.4.0 --- lib/mathn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mathn.rb b/lib/mathn.rb index f122a98..ee229dc 100644 --- a/lib/mathn.rb +++ b/lib/mathn.rb @@ -68,7 +68,7 @@ class Integer remove_method :/ ## - # +/+ defines the Rational division for Bignum. + # +/+ defines the Rational division for Integer. # # (2**72) / ((2**70) * 3) # => 4/3