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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/date/lib/date.rb b/ext/date/lib/date.rb
index 5770187a8e..88984d7bd2 100644
--- a/ext/date/lib/date.rb
+++ b/ext/date/lib/date.rb
@@ -6,6 +6,10 @@ require 'date_core'
class Date
VERSION = '3.2.2' # :nodoc:
+ # call-seq:
+ # infinite? -> false
+ #
+ # Returns +false+
def infinite?
false
end