Update documents for ostruct
This commit is contained in:
parent
adb4029bc1
commit
574bfd2845
Notes:
git
2025-01-08 08:12:44 +00:00
@ -223,12 +223,6 @@ have commit right, others don't.
|
|||||||
* Tanaka Akira ([akr])
|
* Tanaka Akira ([akr])
|
||||||
* https://github.com/ruby/open-uri
|
* 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
|
#### lib/pp.rb
|
||||||
|
|
||||||
* Tanaka Akira ([akr])
|
* Tanaka Akira ([akr])
|
||||||
@ -585,6 +579,10 @@ have commit right, others don't.
|
|||||||
|
|
||||||
* https://github.com/ruby/csv
|
* https://github.com/ruby/csv
|
||||||
|
|
||||||
|
#### ostruct
|
||||||
|
|
||||||
|
* https://github.com/ruby/ostruct
|
||||||
|
|
||||||
## Platform Maintainers
|
## Platform Maintainers
|
||||||
|
|
||||||
### mswin64 (Microsoft Windows)
|
### mswin64 (Microsoft Windows)
|
||||||
|
@ -49,7 +49,6 @@ of each.
|
|||||||
- Logger ([GitHub][logger]): Provides a simple logging utility for outputting messages
|
- Logger ([GitHub][logger]): Provides a simple logging utility for outputting messages
|
||||||
- Net::HTTP ([GitHub][net-http]): HTTP client API for Ruby
|
- Net::HTTP ([GitHub][net-http]): HTTP client API for Ruby
|
||||||
- Open3 ([GitHub][open3]): Provides access to stdin, stdout, and stderr when running other programs
|
- 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
|
- 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
|
- PP ([GitHub][pp]): Provides a PrettyPrinter for Ruby objects
|
||||||
- PrettyPrint ([GitHub][prettyprint]): Implements a pretty printing algorithm for readable structure
|
- 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
|
- [nkf]: Ruby extension for the Network Kanji Filter
|
||||||
- [syslog]: Ruby interface for the POSIX system logging facility
|
- [syslog]: Ruby interface for the POSIX system logging facility
|
||||||
- [csv]: Provides an interface to read and write CSV files and data
|
- [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
|
[abbrev]: https://github.com/ruby/abbrev
|
||||||
[base64]: https://github.com/ruby/base64
|
[base64]: https://github.com/ruby/base64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user