Object
Add double dispatch to Integer
# File lib/openssl_cms/bn.rb, line 31 def to_bn OpenSSL::BN::new(self.to_s(16), 16) end