1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/ostruct] ostruct v0.5.1

This commit is contained in:
Marc-André Lafortune 2021-12-06 23:19:41 -05:00
parent 95d9bcf2b2
commit ad4ac68c7b

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.0" VERSION = "0.5.1"
# #
# Creates a new OpenStruct object. By default, the resulting OpenStruct # Creates a new OpenStruct object. By default, the resulting OpenStruct