Support for the Ruby 2.3 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 35 def to_bn OpenSSL::BN::new(self) end