るりまサーチ

最速Rubyリファレンスマニュアル検索!
498件ヒット [101-200件を表示] (0.102秒)
トップページ > クエリ:l[x] > クラス:Shell::CommandProcessor[x]

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l

検索結果

<< < 1 2 3 4 ... > >>

Shell::CommandProcessor#finish_all_jobs (6101.0)

@todo

@todo

Shell::CommandProcessor#identical? (6101.0)

@todo

@todo

Shell::CommandProcessor#link(old, new) -> 0 (6101.0)

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

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

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

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

@see File.link...

Shell::CommandProcessor#lstat(filename) -> File::Stat (6101.0)

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

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

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

@see File.lstat...

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

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

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

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

@see File.readlink...

絞り込み条件を変える

Shell::CommandProcessor#split(pathname) -> [String] (6101.0)

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

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

@param pathname パス名を表す文字列を指定します。

@see File.split...

Shell::CommandProcessor#symlink(old, new) -> 0 (6101.0)

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

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

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

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

@see File.symlink...

Shell::CommandProcessor#symlink?(file) -> bool (6101.0)

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

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

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

@see FileTest.#symlink?...

Shell::CommandProcessor#unlink(path) -> self (6101.0)

path がファイルなら File.unlink、path がディレクトリなら Dir.unlink の動作をします。

...path がファイルなら File.unlink、path がディレクトリなら Dir.unlink の動作をします。

@param path 削除したいパスを指定します。

@see File.unlink, Dir.unlink...

Shell::CommandProcessor#world_readable? (6101.0)

@todo

@todo

絞り込み条件を変える

Shell::CommandProcessor#world_writable? (6101.0)

@todo

@todo

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

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

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

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

@todo

...@todo

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

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

Shell::CommandProcessor.initialize -> () (6101.0)

@todo

@todo

このクラスを初期化します。

Shell::CommandProcessor::NoDelegateMethods -> [String] (6101.0)

内部で使用する定数です。

内部で使用する定数です。

絞り込み条件を変える

Shell::CommandProcessor#[](command, file1, file2 = nil) -> bool | Time | Integer | nil (3201.0)

Kernel.#test や FileTest のメソッドに処理を委譲します。

...el.#test や FileTest のメソッドに処理を委譲します。

@param command 数値、またはサイズが 1 の文字列の場合は Kernel.#test に処理委譲します。
2 文字以上の文字列の場合は FileTest のメソッドとして実行します。

@param fil...
...e1 文字列でファイルへのパスを指定します。

@param file2 文字列でファイルへのパスを指定します。

require 'shell'
Shell.verbose = false
sh = Shell.new
begin
sh.mkdir("foo")
rescue
end
p sh[?e, "foo"] # => true
p sh[:e, "foo"] #...
...=> true
p sh["e", "foo"] # => true
p sh[:exists?, "foo"] # => true
p sh["exists?", "foo"] # => true

@see Kernel.#test, FileTest...

Shell::CommandProcessor#stat(filename) -> File::Stat (3201.0)

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

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

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

@see File.stat...

Shell::CommandProcessor#test(command, file1, file2 = nil) -> bool | Time | Integer | nil (3201.0)

Kernel.#test や FileTest のメソッドに処理を委譲します。

...el.#test や FileTest のメソッドに処理を委譲します。

@param command 数値、またはサイズが 1 の文字列の場合は Kernel.#test に処理委譲します。
2 文字以上の文字列の場合は FileTest のメソッドとして実行します。

@param fil...
...e1 文字列でファイルへのパスを指定します。

@param file2 文字列でファイルへのパスを指定します。

require 'shell'
Shell.verbose = false
sh = Shell.new
begin
sh.mkdir("foo")
rescue
end
p sh[?e, "foo"] # => true
p sh[:e, "foo"] #...
...=> true
p sh["e", "foo"] # => true
p sh[:exists?, "foo"] # => true
p sh["exists?", "foo"] # => true

@see Kernel.#test, FileTest...
<< < 1 2 3 4 ... > >>