るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document clone
  4. rexml/document to_s
  5. rexml/document node_type

検索結果

shell/builtin-command (114001.0)

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

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

Shell::AppendFile (24001.0)

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

@todo

@todo

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

@todo

@todo

Shell::AppendIO (24001.0)

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

Shell::BuiltInCommand (24001.0)

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

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

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Shell::Cat (24001.0)

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

@todo

@todo

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

@todo

@todo

Shell::Concat (24001.0)

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

Shell::Echo (24001.0)

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

@todo

@todo

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

@todo

@todo

Shell::Glob (24001.0)

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

Shell::Tee (24001.0)

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Shell::Void (24001.0)

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

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

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

何もしません。

何もしません。

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