Update documents for ostruct

This commit is contained in:
Hiroshi SHIBATA 2025-01-08 13:28:56 +09:00
parent adb4029bc1
commit 574bfd2845
Notes: git 2025-01-08 08:12:44 +00:00
2 changed files with 5 additions and 7 deletions

View File

@ -223,12 +223,6 @@ have commit right, others don't.
* Tanaka Akira ([akr])
* https://github.com/ruby/open-uri
#### lib/ostruct.rb
* Marc-André Lafortune ([marcandre])
* https://github.com/ruby/ostruct
* https://rubygems.org/gems/ostruct
#### lib/pp.rb
* Tanaka Akira ([akr])
@ -585,6 +579,10 @@ have commit right, others don't.
* https://github.com/ruby/csv
#### ostruct
* https://github.com/ruby/ostruct
## Platform Maintainers
### mswin64 (Microsoft Windows)

View File

@ -49,7 +49,6 @@ of each.
- Logger ([GitHub][logger]): Provides a simple logging utility for outputting messages
- Net::HTTP ([GitHub][net-http]): HTTP client API for Ruby
- Open3 ([GitHub][open3]): Provides access to stdin, stdout, and stderr when running other programs
- OpenStruct ([GitHub][ostruct]): A class to build custom data structures, similar to a Hash
- OpenURI ([GitHub][open-uri]): An easy-to-use wrapper for URI::HTTP, URI::HTTPS, and URI::FTP
- PP ([GitHub][pp]): Provides a PrettyPrinter for Ruby objects
- PrettyPrint ([GitHub][prettyprint]): Implements a pretty printing algorithm for readable structure
@ -131,6 +130,7 @@ of each.
- [nkf]: Ruby extension for the Network Kanji Filter
- [syslog]: Ruby interface for the POSIX system logging facility
- [csv]: Provides an interface to read and write CSV files and data
- [ostruct]: A class to build custom data structures, similar to a Hash
[abbrev]: https://github.com/ruby/abbrev
[base64]: https://github.com/ruby/base64