date
date copied to clipboard
A subclass of Object includes Comparable module for handling dates.
* Added the unit of return value in the description for `Date#-` * cf: https://github.com/rurema/doctree/pull/2828
JRuby provides its own extension for the date library, and this will need to be incorporated into the released gem. We will do the work on this.
https://github.com/ruby/date/blob/c2d9cc29280e0eabb0bc72175c80704f1737a9fb/test/date/test_date_strftime.rb#L195 Probably it's better to rewrite this test without assert_warning since it's not defined.
Replace the decrement (argc2--) with an increment (argc2++) for the correct number of arguments when opt is provided.