るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. psych psych_y
  2. psych y
  3. kernel psych_y
  4. kernel y
  5. y syck

ライブラリ

モジュール

キーワード

検索結果

Shell::CommandProcessor#system(command, *opts) -> Shell::SystemCommand (92302.0)

command を実行する.

command を実行する.

@param command 実行するコマンドのパスを文字列で指定します。

@param opts command のオプションを文字列で指定します。複数可。

使用例:

require 'shell'
Shell.verbose = false
sh = Shell.new

print sh.system("ls", "-l")
Shell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT

Shell::SystemCommand#command -> String (90307.0)

@todo

@todo

コマンド名を返します。

Shell#system(command, *opts) -> Shell::SystemCommand (83302.0)

command を実行する.

command を実行する.

@param command 実行するコマンドのパスを文字列で指定します。

@param opts command のオプションを文字列で指定します。複数可。

使用例:

require 'shell'
Shell.verbose = false
sh = Shell.new

print sh.system("ls", "-l")
Shell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT

Shell::Filter#system(command, *opts) -> Shell::SystemCommand (83302.0)

command を実行する.

command を実行する.

@param command 実行するコマンドのパスを文字列で指定します。

@param opts command のオプションを文字列で指定します。複数可。

使用例:

require 'shell'
Shell.verbose = false
sh = Shell.new

print sh.system("ls", "-l")
Shell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT

Shell::CommandProcessor#find_system_command(command) (73213.0)

@todo

@todo

絞り込み条件を変える

Shell#find_system_command(command) (64213.0)

@todo

@todo

Shell::Filter#find_system_command(command) (64213.0)

@todo

@todo

Shell::SystemCommand#kill(signal) -> Integer (54304.0)

自身のプロセスにシグナルを送ります。

自身のプロセスにシグナルを送ります。

@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。

@see Process.#kill

Kernel#xsystem(command, opts = nil) -> () (46291.0)

Kernel.#system と同じですが、コマンドの出力は(標準出力、標準エラー 出力ともに)ログファイルに出力します。ログファイル名は mkmf.log です。

Kernel.#system と同じですが、コマンドの出力は(標準出力、標準エラー
出力ともに)ログファイルに出力します。ログファイル名は mkmf.log です。

@param command コマンドを指定します。
@param opts オプションを Hash で指定します。
:werror というキーに真を指定すると

@see Kernel.#system

Shell::SystemCommand#flush -> () (45304.0)

@todo

@todo

絞り込み条件を変える

Shell::SystemCommand#notify(*opts) -> String (45304.0)

@todo

@todo

@param opts

@see Shell#notify

Shell::SystemCommand#notify(*opts) {|message| ... } -> String (45304.0)

@todo

@todo

@param opts

@see Shell#notify

Shell::SystemCommand#name -> String (45007.0)

@todo

@todo

コマンド名を返します。

Shell::SystemCommand#active? -> bool (36304.0)

@todo

@todo

Shell::SystemCommand#each(rs = nil) {|line| ... } (36304.0)

@todo

@todo

@param rs

絞り込み条件を変える

Shell::SystemCommand#wait? -> bool (36304.0)

@todo

@todo

Shell::SystemCommand#input=(inp) (36004.0)

@todo

@todo

Shell::SystemCommand#start -> () (36004.0)

@todo

@todo

Shell::SystemCommand#start_export (36004.0)

@todo

@todo

Shell::SystemCommand#start_import -> () (36004.0)

@todo

@todo

絞り込み条件を変える

Shell::SystemCommand#super_each -> () (36004.0)

@todo

@todo

Shell::Filter#each です。

Shell::SystemCommand#terminate -> () (36004.0)

@todo

@todo