るりまサーチ (Ruby 3.2)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.126秒)
トップページ > クエリ:b[x] > バージョン:3.2[x] > クエリ:n[x] > クエリ:xpopen[x]

別のキーワード

  1. _builtin b
  2. string b
  3. b _builtin
  4. b string
  5. b

ライブラリ

モジュール

検索結果

Kernel#xpopen(command, *mode) { ... } -> object (72907.0)

command を表示してから IO.popen の実行します。

command を表示してから IO.popen の実行します。

@param command コマンド名を指定します。

@param mode オープンする IO ポートのモードを指定します。mode の詳細は Kernel.#open 参照して下さい。

@see IO.popen