module OpenSSL::Marshal::ClassMethods
Public Instance Methods
# File ext/openssl/lib/openssl/marshal.rb, line 21 def _load(string) new(string) end
Ruby Core © 1993–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.