module OpenSSL::Marshal

Public Class Methods

included(base) Show source
# File ext/openssl/lib/openssl/marshal.rb, line 16
def self.included(base)
  base.extend(ClassMethods)
end

Public Instance Methods

_dump(_level) Show source
# File ext/openssl/lib/openssl/marshal.rb, line 26
def _dump(_level)
  to_der
end

Ruby Core © 1993–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.