Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data#deconstruct と Data#deconstruct_keys の返り値の型を修正
- hash: rdoc の記載のまま hash になっていたがるりまでは Hash とクラスで記載するのが正しい - cf. https://docs.ruby-lang.org/en/3.3/Data.html#method-i-deconstruct_keys - cf. https://github.com/rurema/doctree/wiki/HowToWriteMethodEntry#%E8%BF%94%E3%82%8A%E5%80%A4%E3%81%AE%E5%9E%8B%E3%81%AE%E8%A8%98%E8%BF%B0%E6%96%B9%E6%B3%95 - array: rdoc の記載のまま array になっていたがるりまでは任意のオブジェクトの配列を返す場合は [object] と記載するのが正しい - cf. https://docs.ruby-lang.org/en/3.3/Data.html#method-i-deconstruct_keys - cf. https://github.com/rurema/doctree/wiki/HowToWriteMethodEntry#%E8%BF%94%E3%82%8A%E5%80%A4%E3%81%AE%E5%9E%8B%E3%81%AE%E8%A8%98%E8%BF%B0%E6%96%B9%E6%B3%95
- Loading branch information