Support for the Ruby 2.4 series has ended. See here for reference.
Object
Add double dispatch to Integer
Casts an Integer
as an OpenSSL::BN
See `man bn` for more info.
# File openssl/lib/openssl/bn.rb, line 36 def to_bn OpenSSL::BN::new(self) end