るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. shell/builtin-command new
  2. etc sc_shell
  3. shell/builtin-command each
  4. shell debug=
  5. shell verbose?

検索結果

shell/builtin-command (132049.0)

Shell で使用するビルトインコマンドを定義しているライブラリです。

Shell で使用するビルトインコマンドを定義しているライブラリです。

Shell::AppendFile (33001.0)

Shell::AppendFile#input=(filter) (33001.0)

@todo

@todo

Shell::AppendFile.new(sh, filename) (33001.0)

@todo

@todo

Shell::AppendIO (33001.0)

絞り込み条件を変える

Shell::AppendIO#input=(filter) (33001.0)

@todo

@todo

Shell::AppendIO.new(sh, filename) (33001.0)

@todo

@todo

Shell::BuiltInCommand (33001.0)

クラスとして実装されている全てのビルトインコマンドのスーパークラスです。

クラスとして実装されている全てのビルトインコマンドのスーパークラスです。

Shell::BuiltInCommand#active? -> true (33001.0)

@todo

@todo

Shell::BuiltInCommand#wait? -> false (33001.0)

@todo

@todo

絞り込み条件を変える

Shell::Cat (33001.0)

Shell::Cat#each(rs = nil) {|line| ... } (33001.0)

@todo

@todo

Shell::Cat.new(sh, *filenames) (33001.0)

@todo

@todo

Shell::Concat (33001.0)

Shell::Concat#each(rs = nil) {|job| ... } (33001.0)

@todo

@todo

絞り込み条件を変える

Shell::Concat.new(sh, *jobs) (33001.0)

@todo

@todo

Shell::Echo (33001.0)

Shell::Echo#each(rs = nil) {|str| ... } (33001.0)

@todo

@todo

Shell::Echo.new(sh, *strings) (33001.0)

@todo

@todo

Shell::Glob (33001.0)

絞り込み条件を変える

Shell::Glob#each(rs = nil) {|file| ... } (33001.0)

@todo

@todo

Shell::Glob.new(sh, pattern) (33001.0)

@todo

@todo

Shell::Tee (33001.0)

Shell::Tee#each(rs = nil) {|line| ... } (33001.0)

@todo

@todo

Shell::Tee.new(sh, filename) (33001.0)

@todo

@todo

絞り込み条件を変える

Shell::Void (33001.0)

何もしないコマンドです。

何もしないコマンドです。

Shell::Void#each(rs = nil) { ... } -> nil (33001.0)

何もしません。

何もしません。

Shell::Void.new(sh, *opts) (33001.0)