218件ヒット
[1-100件を表示]
(0.129秒)
ライブラリ
- ビルトイン (36)
- mkmf (12)
- pathname (12)
-
rubygems
/ dependency _ installer (24) -
rubygems
/ installer (12) -
rubygems
/ specification (48) -
rubygems
/ uninstaller (12) - shell (6)
-
shell
/ command-processor (12) -
shell
/ filter (12)
クラス
- File (12)
-
File
:: Stat (12) -
Gem
:: DependencyInstaller (24) -
Gem
:: Installer (12) -
Gem
:: Specification (48) -
Gem
:: Uninstaller (12) - Pathname (12)
- Shell (6)
-
Shell
:: CommandProcessor (12) -
Shell
:: Filter (12)
キーワード
-
DEFAULT
_ OPTIONS (12) -
NEWS for Ruby 2
. 5 . 0 (8) -
add
_ bindir (12) -
default
_ executable (12) - executable? (12)
-
executable
_ real? (66) - executables (12)
-
find
_ executable (12) - new (24)
-
remove
_ executables (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / install _ command (12)
検索結果
先頭5件
-
rubygems
/ commands / install _ command (26018.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...atform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
Install/Update Options:
-i, --install-dir DIR......-n, --bindir DIR Gem パッケージに含まれるバイナリファイルの配置先を指定します
-d, --[no-]rdoc インストール時に RDoc を生成します
--[no-]ri インストール時に RI ドキュメン......--[no-]force 依存関係のチェックをバイパスして強制的にインストールします
-t, --[no-]test インストール時にユニットテストを実行します
-w, --[no-]wrappers Use bin wrappers for executables... -
Gem
:: Specification # executable -> String (18201.0) -
実行可能ファイル名を返します。
実行可能ファイル名を返します。 -
Pathname
# executable _ real? -> bool (12223.0) -
FileTest.executable_real?(self.to_s) と同じです。
...FileTest.executable_real?(self.to_s) と同じです。
@see FileTest.#executable_real?... -
File
. executable _ real?(path) -> bool (12217.0) -
FileTest.#executable_real? と同じです。
...FileTest.#executable_real? と同じです。
@param path パスを表す文字列を指定します。... -
FileTest
. # executable _ real?(file) -> bool (12213.0) -
ファイルがカレントプロセスの実ユーザか実グループで実行できる時に真を返します。そうでない場合、ファイルが存在しない場合、あるいはシステムコールに失敗した場合などには false を返します。
...lse を返します。
@param file ファイル名を表す文字列を指定します。
//emlist[例][ruby]{
IO.write("empty.txt", "")
File.chmod(0744, "empty.txt")
FileTest.executable_real?("empty.txt") # => true
File.chmod(0644, "empty.txt")
FileTest.executable_real?("empty.txt") # =... -
File
:: Stat # executable _ real? -> bool (12207.0) -
実ユーザ/グループIDで実行できる時に真を返します。
...実ユーザ/グループIDで実行できる時に真を返します。
//emlist[][ruby]{
p File::Stat.new($0).executable_real?
#例
#=> true
//}... -
Shell
# executable _ real?(file) -> bool (12207.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
:: CommandProcessor # executable _ real?(file) -> bool (12207.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
:: Filter # executable _ real?(file) -> bool (12207.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Gem
:: Uninstaller # remove _ executables(gemspec) (12200.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
...与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。...