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:
parent
1486785a57
commit
ee7cc6ac35
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue