るりまサーチ

最速Rubyリファレンスマニュアル検索!
432件ヒット [1-100件を表示] (0.185秒)
トップページ > クエリ:I[x] > クエリ:a[x] > クエリ:command[x] > クラス:Shell::CommandProcessor[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. ipaddr to_i

検索結果

<< 1 2 3 ... > >>

Shell::CommandProcessor.install_builtin_commands -> () (30401.0)

ビルトインコマンドを定義します。

ビルトインコマンドを定義します。

Shell::CommandProcessor.alias_command(alias, command, *opts) -> self (24611.0)

@todo

...@todo

@param alias エイリアスの名前を指定します。

@param command コマンド名を指定します。

@param opts コマンドに与えるオプションを指定します。

@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。...

Shell::CommandProcessor.alias_command(alias, command, *opts) { ... } -> self (24611.0)

@todo

...@todo

@param alias エイリアスの名前を指定します。

@param command コマンド名を指定します。

@param opts コマンドに与えるオプションを指定します。

@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。...

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

@todo

@todo

Shell::CommandProcessor.unalias_command(alias) -> self (24502.0)

エイリアスを削除します。

...エイリアスを削除します。

@param alias 削除したいエイリアスを指定します。...

絞り込み条件を変える

Shell::CommandProcessor.def_builtin_commands(delegation_class, commands_specs) -> () (24501.0)

@todo

...@todo

@param delegation_class 処理を委譲したいクラスかモジュールを指定します。

@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...]...

Shell::CommandProcessor.install_system_commands(prefix = "sys_") -> () (24301.0)

全てのシステムコマンドをメソッドとして定義します。

...うプレフィクスが付きます。
また、メソッド名として使用できない文字は全て "_" に置換してメソッドを定義します。
このメソッドの実行中に発生した例外は単に無視されます。

@param prefix プレフィクスを指定します。...

Shell::CommandProcessor.add_delegate_command_to_shell(id) (18302.0)

@todo

...@todo

Shell 自体を初期化する時に呼び出されるメソッドです。
ユーザが使用することはありません。

@param id メソッド名を指定します。...

Shell::CommandProcessor#atime(filename) -> Time (15301.0)

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

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

@param filename ファイル名を表す文字列か IO オブジェクトを指定します。

@see File.atime...

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

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

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

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

@see File.dirname...

絞り込み条件を変える

Shell::CommandProcessor#readlink(path) -> String (15301.0)

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

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

@param path シンボリックリンクを表す文字列を指定します。

@see File.readlink...

Shell::CommandProcessor.alias_map -> Hash (15217.0)

Shell::CommandProcessor.alias_command で定義したエイリアスの一覧を返します。

...
Shell::CommandProcessor
.alias_command で定義したエイリアスの一覧を返します。...

Shell::CommandProcessor#finish_all_jobs (15201.0)

@todo

@todo

Shell::CommandProcessor#identical? (15201.0)

@todo

@todo

Shell::CommandProcessor#world_writable? (15201.0)

@todo

@todo

絞り込み条件を変える

Shell::CommandProcessor#writable?(file) -> bool (15201.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

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

@see FileTest.#writable?...

Shell::CommandProcessor#writable_real?(file) -> bool (15201.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

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

@see FileTest.#writable_real?...
<< 1 2 3 ... > >>