Flowdock
method

pretty_print

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: BN
pretty_print(q) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

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
Register or log in to add new notes.