# File ext/openssl/lib/openssl/marshal.rb, line 16 def self.included(base) base.extend(ClassMethods) end
# 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.