method
pretty_print

pretty_print(q)
public
Hide source
# File ext/openssl/lib/openssl/bn.rb, line 20 def pretty_print(q) q.object_group(self) { q.text ' ' q.text to_i.to_s } end