るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.115秒)
トップページ > クエリ:Kernel.#p[x] > バージョン:2.3.0[x] > クエリ:install[x] > クエリ:$8[x] > クエリ:セキュリティモデル[x] > クラス:OpenSSL::BN[x]

別のキーワード

  1. openssl utf8string
  2. kconv isutf8
  3. kconv toutf8
  4. asn1 utf8string
  5. encoding utf8_softbank

ライブラリ

検索結果

OpenSSL::BN#pretty_print(pp) (27652.0)

Kernel.#pp でオブジェクトの内容を出力するときに、内部で呼ばれるメソッドです。

...nel.#pp でオブジェクトの内容を出力するときに、内部で呼ばれるメソッドです。

//emlist[][ruby]{
require 'pp'
require 'openssl'

pp 5.to_bn #=> #<OpenSSL::BN 5>
pp (-5).to_bn #=> #<OpenSSL::BN -5>
//}

@param pp PP クラスのインスタンスオブジェクト...