[ruby/ostruct] v0.5.4

https://github.com/ruby/ostruct/commit/fe19de4644
This commit is contained in:
Marc-André Lafortune 2022-03-24 12:38:11 +00:00 committed by git
parent ad5754162b
commit 4c4a1e2035

View File

@ -107,7 +107,7 @@
# For all these reasons, consider not using OpenStruct at all. # For all these reasons, consider not using OpenStruct at all.
# #
class OpenStruct class OpenStruct
VERSION = "0.5.3" VERSION = "0.5.4"
# #
# Creates a new OpenStruct object. By default, the resulting OpenStruct # Creates a new OpenStruct object. By default, the resulting OpenStruct