module OpenSSL::Marshal
def self.included(base)
base.extend(ClassMethods)
end
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.