るりまサーチ

最速Rubyリファレンスマニュアル検索!
120件ヒット [1-100件を表示] (0.067秒)
トップページ > クエリ:d[x] > クエリ:bindir[x]

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. rsa d
  4. rsa d=
  5. string to_d

検索結果

<< 1 2 > >>

Gem::Specification#bindir -> String (24201.0)

実行ファイルを格納するディレクトリを返します。

実行ファイルを格納するディレクトリを返します。

Gem::Specification#bindir=(dir) (12301.0)

実行ファイルを格納するディレクトリをセットします。

...実行ファイルを格納するディレクトリをセットします。

@param dir 実行ファイルを格納するディレクトリを指定します。デフォルトは "bin" です。...

Gem.default_bindir -> String (12201.0)

実行ファイルのデフォルトのパスを返します。

実行ファイルのデフォルトのパスを返します。

Gem::Specification#add_bindir(executables) -> Array | nil (12201.0)

実行コマンドの格納場所を返します。

実行コマンドの格納場所を返します。

@param executables 実行コマンド名を格納した配列を指定します。

Gem::Installer#generate_windows_script(filename, bindir) (6207.0)

コマンドの実行を容易にするために Windows 向けのバッチファイルを作成します。

...コマンドの実行を容易にするために Windows 向けのバッチファイルを作成します。

@param bindir 実行ファイルを配置するディレクトリを指定します。

@param filename ファイル名を指定します。...

絞り込み条件を変える

RbConfig.expand(val, config = CONFIG) -> String (6106.0)

与えられたパスを展開します。

...与えられたパスを展開します。

RbConfig.expand("$(bindir)") # => /home/foobar/all-ruby/ruby19x/bin

@param val 展開したい変数名を Makefile に書く形式で指定します。

@param config 変数展開に使用する設定を Hash で指定します。

@see RbConfig::MA...

rubygems/commands/install_command (6012.0)

Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

...ーカルリポジトリにインストールするためのライブラリです。

Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストー...
...ます
Install/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR Gem パッケージに含まれるバイナリファイルの配置先を指定します
-d, --[no-]rdoc...
...インストール時に RDoc を生成します
--[no-]ri インストール時に RI ドキュメントを生成します
-E, --[no-]env-shebang インストールするスクリプトの shebang line を書き換えます(/usr/bin/env)
-f, --[no-...

rubygems/commands/uninstall_command (6006.0)

Gem パッケージをアンインストールするためのライブラリです。

..., --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall applicable executables without
confirmation
-i, --install-dir DIR Directory to unin...
...stall gem from
-n, --bindir DIR Directory to remove binaries from
-v, --version VERSION Specify version of gem to uninstall
--platform PLATFORM Specify the platform of gem to uninstall
Common Options:
-h, --help こ...
...--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME アンインストールする Gem パッケージ名を指定します。
Summary:
Gem パッケージをアンインストールします
D
efaults:
--ve...

Gem::Installer#generate_bin_script(filename, bindir) (207.0)

Gem に入っているアプリケーションを実行するためのスクリプトを作成します。

...Gem に入っているアプリケーションを実行するためのスクリプトを作成します。

@param filename ファイル名を指定します。

@param bindir 実行ファイルを配置するディレクトリを指定します。...
<< 1 2 > >>