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

Make marshal_load public

Ruby specs expected this method to be public
This commit is contained in:
Aaron Patterson 2020-10-06 15:13:49 -07:00
parent 1486785a57
commit ee7cc6ac35
No known key found for this signature in database
GPG key ID: 953170BCB4FFAFC6

View file

@ -203,6 +203,7 @@ class OpenStruct
# Provides marshalling support for use by the Marshal library.
#
alias_method :marshal_load, :update_to_values! # :nodoc:
public :marshal_load
#
# Used internally to defined properties on the