Repository of Japanese Ruby reference manual
Home Page:https://docs.ruby-lang.org/ja/
Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
foomin10 opened this issue a year ago · comments
Date#to_date は、self を返していますので「self を返します。」と記載すべきだと思います。RDoc においても「Returns self.」と書かれています。
self
ただし、この修正だけだと Date を継承する DateTime の同名のメソッドの説明が間違ってしまいますので、DateTime#to_date も必要です。
Date
DateTime
また、DateTime#to_datetime も「self を返します。」として記載が必要です。