212件ヒット
[1-100件を表示]
(0.134秒)
種類
- インスタンスメソッド (144)
- 特異メソッド (24)
- 文書 (20)
- ライブラリ (12)
- 定数 (12)
ライブラリ
- mkmf (12)
- pathname (24)
-
rubygems
/ dependency _ installer (24) -
rubygems
/ installer (12) -
rubygems
/ specification (84) -
rubygems
/ uninstaller (12) -
shell
/ command-processor (12)
クラス
-
Gem
:: DependencyInstaller (24) -
Gem
:: Installer (12) -
Gem
:: Specification (84) -
Gem
:: Uninstaller (12) - Pathname (24)
-
Shell
:: CommandProcessor (12)
モジュール
- Kernel (12)
キーワード
-
DEFAULT
_ OPTIONS (12) -
NEWS for Ruby 2
. 5 . 0 (8) -
add
_ bindir (12) -
default
_ executable (12) -
default
_ executable= (12) - executable= (12)
- executable? (18)
-
executable
_ real? (18) - executables (12)
- executables= (12)
-
find
_ executable (12) - new (24)
-
remove
_ executables (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / install _ command (12)
検索結果
先頭5件
-
NEWS for Ruby 2
. 5 . 0 (26012.0) -
NEWS for Ruby 2.5.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...NEWS for Ruby 2.5.0
このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
それぞれのエントリーは参照情報があるため短いです。
十分な情報と共に書かれた全ての変更のリス......トは ChangeLog ファイルか bugs.ruby-lang.org の issue を参照してください。
== 2.4.0 以降の変更
=== 言語仕様の変更
* トップレベルの定数参照を削除しました 11547
* do/end ブロック内部で rescue/else/ensure を書けるようになりまし......Stat#ino, File.identical?
Windows 8.1 以降で、ReFSの128bitの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,... -
ruby 1
. 8 . 4 feature (23102.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...bug]: バグ修正
* [new]: 追加されたクラス/メソッドなど
* [compat]: 変更されたクラス/メソッドなど
* 互換性のある変更
* only backward-compatibility
* 影響の範囲が小さいと思われる変更もこちら
* [change]: 変更されたク....../UnboundMethod#bind [bug]>))
* ((<ruby 1.8.4 feature/set_trace_func [bug]>))
* ((<ruby 1.8.4 feature/set_trace_func [change]>))
* ((<ruby 1.8.4 feature/printf [bug]>))
* ((<ruby 1.8.4 feature/Hash [bug]>))
* ((<ruby 1.8.4 feature/test [bug]>))
* ((<ruby 1.8.4 feature/File.identical? [new......4 feature/Rinda [bug]>))
* ((<ruby 1.8.4 feature/Iconv [compat]>))
* ((<ruby 1.8.4 feature/cgi [bug]>))
* ((<ruby 1.8.4 feature/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]>... -
Gem
:: Specification # executable -> String (21201.0) -
実行可能ファイル名を返します。
実行可能ファイル名を返します。 -
Kernel
# find _ executable(bin , path = nil) -> String | nil (12201.0) -
パス path から実行ファイル bin を探します。
...実行ファイル bin を探します。
実行ファイルが見つかった場合は、そのフルパスを返します。
実行ファイルが見つからなかった場合は、nilを返します。
このメソッドは Makefile を変更しません。
@param bin 実行ファイルの名......前を指定します。
@param path パスを指定します。デフォルトは環境変数 PATH です。
環境変数 PATH が定義されていない場合は /usr/local/bin,
/usr/ucb, /usr/bin, /bin を使います。... -
rubygems
/ commands / install _ command (12018.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...ラリです。
Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-v, --version VERSION 指定されたバ......ルします
Install/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR Gem パッケージに含まれるバイナリファイルの配置先を指定します
-d, --[no-]rdoc......-f, --[no-]force 依存関係のチェックをバイパスして強制的にインストールします
-t, --[no-]test インストール時にユニットテストを実行します
-w, --[no-]wrappers Use bin wrappers for executables... -
Gem
:: Specification # default _ executable=(executable) (9208.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
...Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
@param executable 実行ファイルを指定します。... -
Gem
:: Specification # executable=(executable) (9208.0) -
実行可能ファイル名をセットします。
...実行可能ファイル名をセットします。
@param executable 実行可能ファイル名を指定します。... -
Gem
:: Specification # default _ executable -> String | nil (9201.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。 -
Gem
:: Specification # executables -> [String] (9200.0) -
実行可能ファイル名のリストを返します。
実行可能ファイル名のリストを返します。