るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. rsa n=
  4. openssl n
  5. openssl n=

キーワード

検索結果

<< 1 2 3 ... > >>

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

@todo

@todo

Shell#find_system_command(command) (18503.0)

@todo

@todo

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

@todo

@todo

Shell::CommandProcessor#expand_path(path) -> String (18202.0)

Fileクラスにある同名のクラスメソッドと同じです.

...Fileクラスにある同名のクラスメソッドと同じです.

@param path ファイル名を表す文字列を指定します。

@see File.expand_path...

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

@todo

@todo

コマンド名を返します。

絞り込み条件を変える

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

@todo

@todo

コマンド名を返します。

Shell::CommandProcessor#append(to, filter) -> Shell::AppendFile | Shell::AppendIO (15602.0)

@todo

...@todo

@param to 文字列か IO を指定します。

@param filter Shell::Filter のインスタンスを指定します。...

Shell::CommandProcessor#transact { ... } -> object (15202.0)

ブロック中で shell を self として実行します。

...ブロック中で shell を self として実行します。

例:

require 'shell'
Shell
.def_system_command("head")
sh = Shell.new
sh.transact{
system("ls", "-l") | head > STDOUT
# transact の中では、
# sh.system("ls", "-l") | sh.head > STDOUT と同じとなる。
}...

Shell#append(to, filter) -> Shell::AppendFile | Shell::AppendIO (12603.0)

@todo

...@todo

@param to 文字列か IO を指定します。

@param filter Shell::Filter のインスタンスを指定します。...

Shell::Filter#append(to, filter) -> Shell::AppendFile | Shell::AppendIO (12602.0)

@todo

...@todo

@param to 文字列か IO を指定します。

@param filter Shell::Filter のインスタンスを指定します。...

絞り込み条件を変える

Shell#command_processor -> Shell::CommandProcessor (12403.0)

@todo

@todo

Shell#concat(*jobs) -> Shell::Concat (12403.0)

@todo

@todo

Shell#dirname(filename) -> String (12403.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.dirname...

Shell::CommandProcessor#concat(*jobs) -> Shell::Concat (12402.0)

@todo

@todo

Shell::CommandProcessor#dirname(filename) -> String (12402.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.dirname...

絞り込み条件を変える

Shell::Filter#concat(*jobs) -> Shell::Concat (12402.0)

@todo

@todo

Shell::Filter#dirname(filename) -> String (12402.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.dirname...
<< 1 2 3 ... > >>