rurema / doctree

Repository of Japanese Ruby reference manual
https://docs.ruby-lang.org/ja/
245 stars 315 forks source link

Time#new(iso8601, in: nil)を追加 #2886

Closed ham0215 closed 4 months ago

ham0215 commented 4 months ago

Ruby 3.2からTime#newはiso8602形式の文字列を受け付けるようになったのでドキュメントを追加しました。

Time.new

ref: https://bugs.ruby-lang.org/issues/18033 pr: https://github.com/ruby/ruby/pull/4825

ohai commented 4 months ago

in が無視されない場合の例もあると良いと思います

ham0215 commented 4 months ago

@ohai inがない場合とinが無視されない場合のサンプルコードを追加しました!

ohai commented 4 months ago

ありがとうございます! マージしました