るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.108秒)

別のキーワード

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

ライブラリ

検索結果

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

args を順に出力します。

...args を順に出力します。

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

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