るりまサーチ

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

別のキーワード

  1. string b
  2. _builtin b
  3. b string
  4. b _builtin

検索結果

<< 1 2 3 ... > >>

Shell#verbose -> bool (6201.0)

@todo

@todo

Shell#verbose? -> bool (6201.0)

@todo

@todo

Shell.verbose -> bool (6201.0)

@todo

@todo

Shell.verbose? -> bool (6201.0)

@todo

@todo

Shell#basename(filename, suffix = "") -> String (6101.0)

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

...イル名を表す文字列を指定します。

@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。

@see File.basename...

絞り込み条件を変える

Shell#blockdev?(file) -> bool (6101.0)

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

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

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

@see FileTest.#blockdev?...

Shell#debug -> bool | Integer (6101.0)

@todo

@todo

Shell#debug=(flag) (6101.0)

@todo

@todo

Shell#debug? -> bool | Integer (6101.0)

@todo

@todo

Shell#executable?(file) -> bool (6101.0)

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

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

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

@see FileTest.#executable?...

絞り込み条件を変える

Shell#executable_real?(file) -> bool (6101.0)

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

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

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

@see FileTest.#executable_real?...

Shell#glob(pattern) -> Shell::Filter (6101.0)

実行すると, それらを内容とする Filter オブジェクトを返します.

...rn シェルコマンド glob に与えるパターンを指定します。
パターンの書式については、Dir.[] を参照してください。

動作例
require 'shell'
Shell
.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|...

Shell#jobs -> Array (6101.0)

スケジューリングされているjobの一覧を返します。

...スケジューリングされているjobの一覧を返します。...

Shell#readable?(file) -> bool (6101.0)

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

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

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

@see FileTest.#readable?...

Shell#readable_real?(file) -> bool (6101.0)

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

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

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

@see FileTest.#readable_real?...

絞り込み条件を変える

Shell#verbose=(flag) (6101.0)

@todo

@todo

Shell#world_readable? (6101.0)

@todo

@todo
<< 1 2 3 ... > >>