instance method Kernel#xpopen
xpopen(command, *mode) -> IO
[added by mkmf]xpopen(command, *mode) { ... } -> opbject
[added by mkmf]-
command を表示してから IO.popen の実行します。
- [PARAM] command:
- コマンド名を指定します。
- [PARAM] mode:
- オープンする IO ポートのモードを指定します。mode の詳細は Kernel.#open 参照して下さい。
[SEE_ALSO] IO.popen
module Kernel