method

pretty_print

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: BN

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

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.