るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
27件ヒット [1-27件を表示] (0.015秒)
トップページ > バージョン:2.1.0[x] > ライブラリ:shell/builtin-command[x]

検索結果

Shell::AppendFile (7.0)

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

@todo

@todo

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

@todo

@todo

Shell::AppendIO (7.0)

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

Shell::BuiltInCommand (7.0)

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

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

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

@todo

@todo

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

@todo

@todo

Shell::Cat (7.0)

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

Shell::Concat (7.0)

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Shell::Echo (7.0)

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

@todo

@todo

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

@todo

@todo

Shell::Glob (7.0)

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

Shell::Tee (7.0)

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

@todo

@todo

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

@todo

@todo

Shell::Void (7.0)

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

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

絞り込み条件を変える

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

何もしません。

何もしません。

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