Incorrect return value definition for infinite?
https://www.rubydoc.info/stdlib/date/Date/Infinity#infinite%3F-inst...
This says that #infinite? ⇒ Boolean but it does not return a boolean. infinite? returns the results of .nonzero?
which returns either self if nonzero or nil.
File 'lib/date.rb', line 20
def infinite? () d.nonzero? end
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac