るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.048秒)
トップページ > バージョン:2.4.0[x] > クエリ:openssl[x] > クエリ:to_s[x] > モジュール:OpenSSL::Buffering[x]

別のキーワード

  1. _builtin to_s
  2. openssl to_der
  3. _builtin to_a
  4. openssl to_pem

ライブラリ

検索結果

OpenSSL::Buffering#print(*args) -> nil (33022.0)

args を順に出力します。

args を順に出力します。

args の各要素を to_s で文字列に変換して
出力します。
IO#print とほぼ同様ですが、引数を省略した場合に $_ を出力する
機能はありません。

@param args 出力するオブジェクト