diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-07-27 14:17:19 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-07-27 14:17:19 +0900 |
commit | 8154b176dee18284772d58c817851bd988e58742 (patch) | |
tree | 0a28732fb9571a1648c472d87369247cb684764c /ext/date/lib/date.rb | |
parent | c3d9849df9759caf298e4d0edca1e59f16e153d1 (diff) |
Manually sync with https://github.com/ruby/date/pull/64
Diffstat (limited to 'ext/date/lib/date.rb')
-rw-r--r-- | ext/date/lib/date.rb | 4 |
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 |