summaryrefslogtreecommitdiff
path: root/ext/date/lib/date.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/lib/date.rb')
-rw-r--r--ext/date/lib/date.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/lib/date.rb b/ext/date/lib/date.rb
index b72b4157f2..65c34ace49 100644
--- a/ext/date/lib/date.rb
+++ b/ext/date/lib/date.rb
@@ -11,8 +11,6 @@ class Date
class Infinity < Numeric # :nodoc:
- include Comparable
-
def initialize(d=1) @d = d <=> 0 end
def d() @d end