Skip to content

Commit 65b6432

Browse files
committed
No Fixnum
1 parent 038cef6 commit 65b6432

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

lib/rake.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module Rake; end
3232
require "ostruct"
3333

3434
require "rake/ext/string"
35-
require "rake/ext/fixnum"
3635

3736
require "rake/win32"
3837

lib/rake/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def standard_rake_options # :nodoc:
449449
"(default is number of CPU cores + 4)",
450450
lambda { |value|
451451
if value.nil? || value == ""
452-
value = Fixnum::MAX
452+
value = Float::INFINITY
453453
elsif value =~ /^\d+$/
454454
value = value.to_i
455455
else

lib/rake/ext/fixnum.rb

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)