Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
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 34 def to_bn OpenSSL::BN::new(self) end