ruby / 3.0.0 / openssl / marshal / classmethods.html /

module OpenSSL::Marshal::ClassMethods

Public Instance Methods

_load (string) Show source
# 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.