Class: OpenSSL::BN

Inherits:
Object
  • Object
show all
Defined in:
lib/jopenssl22/openssl/bn.rb,
lib/jopenssl23/openssl/bn.rb

Instance Method Summary collapse

Instance Method Details

#pretty_print(q) ⇒ Object



23
24
25
26
27
28
# File 'lib/jopenssl22/openssl/bn.rb', line 23

def pretty_print(q)
  q.object_group(self) {
    q.text ' '
    q.text to_i.to_s
  }
end