[ ソース: ruby-fixwhich ]
パッケージ: ruby-fixwhich (1.0.2-2)
ruby-fixwhich に関するリンク
Debian の資源:
ruby-fixwhich ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
ruby module that emulates the 'which' program
Searches the path, or a provided path with given separators (path_sep, commonly “:”) and a separator for directories (dir_sep, commonly “/”), will return all of the places that filename occurs. `filename' is included as a part of the output.
Note that the filename must both exist in the path and be executable for it to appear in the return value.
その他の ruby-fixwhich 関連パッケージ
|
|
|
|
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-pathname2
- alternate implementation of the Pathname class