rurema / doctree

Repository of Japanese Ruby reference manual

Home Page:https://docs.ruby-lang.org/ja/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date#to_date , DateTime#to_date, #to_datetime

foomin10 opened this issue · comments

Date#to_date は、self を返していますので「self を返します。」と記載すべきだと思います。RDoc においても「Returns self.」と書かれています。

ただし、この修正だけだと Date を継承する DateTime の同名のメソッドの説明が間違ってしまいますので、DateTime#to_date も必要です。

また、DateTime#to_datetime も「self を返します。」として記載が必要です。