別のキーワード
ライブラリ
- ビルトイン (72)
- mkmf (12)
- pathname (24)
-
rubygems
/ dependency _ installer (24) -
rubygems
/ installer (12) -
rubygems
/ specification (84) -
rubygems
/ uninstaller (12) - shell (12)
-
shell
/ command-processor (12) -
shell
/ filter (12)
クラス
- File (24)
-
File
:: Stat (24) -
Gem
:: DependencyInstaller (24) -
Gem
:: Installer (12) -
Gem
:: Specification (84) -
Gem
:: Uninstaller (12) - Pathname (24)
- Shell (12)
-
Shell
:: CommandProcessor (12) -
Shell
:: Filter (12)
キーワード
-
DEFAULT
_ OPTIONS (12) -
NEWS for Ruby 2
. 5 . 0 (8) -
add
_ bindir (12) -
default
_ executable (12) -
default
_ executable= (12) - executable= (12)
- executable? (66)
-
executable
_ real? (66) - executables (12)
- executables= (12)
-
find
_ executable (12) - new (24)
-
remove
_ executables (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / install _ command (12)
検索結果
先頭5件
-
Kernel
# find _ executable(bin , path = nil) -> String | nil (6101.0) -
パス path から実行ファイル bin を探します。
パス path から実行ファイル bin を探します。
実行ファイルが見つかった場合は、そのフルパスを返します。
実行ファイルが見つからなかった場合は、nilを返します。
このメソッドは Makefile を変更しません。
@param bin 実行ファイルの名前を指定します。
@param path パスを指定します。デフォルトは環境変数 PATH です。
環境変数 PATH が定義されていない場合は /usr/local/bin,
/usr/ucb, /usr/bin, /bin を使います。 -
Gem
:: Specification # executables -> [String] (6100.0) -
実行可能ファイル名のリストを返します。
実行可能ファイル名のリストを返します。 -
Gem
:: Uninstaller # remove _ executables(gemspec) (6100.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。 -
Gem
:: Specification # add _ bindir(executables) -> Array | nil (100.0) -
実行コマンドの格納場所を返します。
...実行コマンドの格納場所を返します。
@param executables 実行コマンド名を格納した配列を指定します。... -
ruby 1
. 8 . 4 feature (18.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
.../DL [bug]>))
* ((<ruby 1.8.4 feature/fileutils [bug]>))
* ((<ruby 1.8.4 feature/extmk, mkmf [compat]>))
* ((<ruby 1.8.4 feature/mkmf: find_executable() [compat]>))
* ((<ruby 1.8.4 feature/拡張ライブラリAPI>))
* ((<ruby 1.8.4 feature/rb_funcall2() [bug]>))
* ((<ruby 1.8.4 feature/rb_......9]
#
--with-extension オプション追加。((<ruby-dev:27449>))
: mkmf: find_executable() [compat]
#Thu Sep 22 23:36:24 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
#
# * lib/mkmf.rb (find_executable0): default path if environment is not
# set. [ruby-dev:27281]
実行フ... -
NEWS for Ruby 2
. 5 . 0 (12.0) -
NEWS for Ruby 2.5.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...28bitのinoをサポートしました 13731
* File.readable?, File.readable_real?, File.writable?, File.writable_real?,
File.executable?, File.executable_real?, File.mkfifo, File.readlink,
File.truncate, File#truncate, File.chmod, File.lchmod, File.chown,
File.lchown, File.unl... -
rubygems
/ commands / install _ command (12.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...test インストール時にユニットテストを実行します
-w, --[no-]wrappers Use bin wrappers for executables
DOSHISH なプラットフォーム上では無効です
-P, --trust-policy POLICY Specify......-y, --include-dependencies 依存している Gem パッケージをインストールします
--[no-]format-executable Make installed executable names match ruby.
If ruby is ruby18, foo_exec will be... -
Gem
:: DependencyInstaller . new(options = {}) -> Gem :: DependencyInstaller (6.0) -
自身を初期化します。
...きの Gem のみをインストールするポリシーが指定されている場合は上記のチェックを
実行します。
: :format_executable
Gem::Installer.new を参照してください。
: :ignore_dependencies
依存している Gem をインストールしません。
: :inst... -
Gem
:: DependencyInstaller :: DEFAULT _ OPTIONS -> Hash (6.0) -
自身を初期化する際に使用するデフォルトのオプションです。
...ョンです。
:env_shebang => false,
:domain => :both, # HACK dup
:force => false,
:format_executable => false, # HACK dup
:ignore_dependencies => false,
:security_policy => nil, # HACK NoSecurity requires OpenSSL. AlmostNo? Low?... -
Gem
:: Installer . new(gem , options = {}) -> Gem :: Installer (6.0) -
@todo 書いてないオプションがいっぱいある
...場合でも例外を発生させません。
: :install_dir
Gem をインストールするディレクトリを指定します。
: :format_executable
実行ファイルの名前を ruby と同じフォーマットにするかどうか指定します。
インストールされている ruby...