We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08175e commit f6140dfCopy full SHA for f6140df
lib/date.rb
@@ -11,8 +11,6 @@ def infinite?
11
12
class Infinity < Numeric # :nodoc:
13
14
- include Comparable
15
-
16
def initialize(d=1) @d = d <=> 0 end
17
18
def d() @d end
0 commit comments