るりまサーチ

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

別のキーワード

  1. openssl g
  2. openssl g=
  3. dh g
  4. dsa g
  5. dh g=

検索結果

<< 1 2 3 ... > >>

Shell#debug -> bool | Integer (6102.0)

@todo

@todo

Shell#debug=(flag) (6102.0)

@todo

@todo

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

@todo

@todo

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

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

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

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

Shell#grpowned?(file) -> bool (6102.0)

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

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

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

@see FileTest.#grpowned?...

絞り込み条件を変える

Shell#setgid?(file) -> bool (6102.0)

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

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

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

@see FileTest.#setgid?...

Shell.debug -> bool | Integer (6102.0)

@todo

@todo

デバッグ用フラグを参照します。

Shell.debug=(val) (6102.0)

デバッグ用のフラグを設定します。

...デバッグ用のフラグを設定します。

@param val bool 値や整数値を指定します。詳細は下記を参照してください。

# debug: true -> normal debug
# debug: 1 -> eval definition debug
# debug: 2 -> detail inspect debug...

Shell.debug? -> bool | Integer (6102.0)

@todo

@todo

デバッグ用フラグを参照します。

Shell.debug_output_exclusive_unlock { ... } -> Mutex | nil (6102.0)

@todo

@todo

@see Mutex#exclusive_unlock

絞り込み条件を変える

Shell.debug_output_lock -> Mutex (6102.0)

@todo

@todo

@see Mutex#lock
@todo

@see Thread::Mutex#lock

Shell.debug_output_locked? -> bool (6102.0)

@todo

@todo

@see Mutex#locked?
@todo

@see Thread::Mutex#locked?

Shell.debug_output_synchronize (6102.0)

@todo

@todo

@see Mutex#synchronize
@todo

@see Thread::Mutex#synchronize

Shell.debug_output_try_lock -> bool (6102.0)

@todo

@todo

@see Mutex#try_lock
@todo

@see Thread::Mutex#try_lock

Shell.debug_output_unlock -> Mutex | nil (6102.0)

@todo

@todo

@see Mutex#unlock
@todo

@see Thread::Mutex#unlock

絞り込み条件を変える

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

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

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

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

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

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

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

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

@see FileTest.#grpowned?...

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

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

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

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

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