るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

ライブラリ

モジュール

検索結果

<< 1 2 3 ... > >>

RbConfig.ruby -> String (27317.0)

ruby コマンドのフルパスを返します。

...
ruby
コマンドのフルパスを返します。...

Kernel#arg_config(config, default) { ... } -> object | String | true | nil (12454.0)

configure オプション --config の値を返します。

...
config
ure オプション --config の値を返します。

@param config オプションを文字列で指定します。

@param default 引数 config で指定したオプションのデフォルト値を指定します。

@return オプションが指定されてた場合は true を、指定...
...ンに引数が指定されていた場合は指定した文字列を返します。

例えば extconf.rb で arg_config メソッドを使う場合、

$ ruby extconf.rb --foo --bar=baz

と実行したとき、arg_config("--foo") の値は true、
arg_config("--bar") の値は "baz" です。...

JSON::State#configure(options = {}) -> self (12306.0)

与えられたハッシュで自身を設定します。

...te.new を参照してください。

@param options このオブジェクトの設定をするためのハッシュを指定します。

//emlist[例][ruby]{
r
equire "json"

json_state = JSON::State.new(indent: "\t")
json_state.indent # => "\t"
JSON.generate({key1: "value1", key2: "value2"}, json...
..._state)
# => "{\t\"key1\":\"value1\",\t\"key2\":\"value2\"}"

json_state.configure(indent: " ")
json_state.indent # => " "
JSON.generate({key1: "value1", key2: "value2"}, json_state)
# => "{ \"key1\":\"value1\", \"key2\":\"value2\"}"
//}

@see JSON::State.new...

rubygems/commands/install_command (12234.0)

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

...Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
-
-platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-
v, --version VERSION 指定されたバージョンの Ge...
...--ignore-dependencies 依存している Gem パッケージをインストールしません
-
y, --include-dependencies 依存している Gem パッケージをインストールします
-
-[no-]format-executable Make installed executable names match ruby....
...します
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にします
-
q, --quiet 静かに実行します
-
-config-file FILE 指定され...

RbConfig::CONFIG -> Hash (12207.0)

設定値を格納したハッシュです。

...設定値を格納したハッシュです。

格納されている要素のキーと値は Ruby のバージョンや使用しているプラット
フォームによって変わります。

@see autoconf(1), make(1)...

絞り込み条件を変える

rubygems/commands/query_command (12144.0)

Gem パッケージの情報を検索するためのライブラリです。

...検索するためのライブラリです。

Usage: gem query [options]
Options:
-
i, --[no-]installed Check for installed gem
-
v, --version VERSION Specify version of gem to query
-
n, --name-matches REGEXP 与えられた正規表現にマッチする Ge...
...します
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にします
-
q, --quiet 静かに実行します
-
-config-file FILE 指定され...
...
-
-backtrace バックトレースを表示します
-
-debug Ruby 自体のデバッグオプションを有効にします
Summary:
Gem パッケージの情報を検索します
Defaults:
-
-local --name-matches // --no-details -...

rubygems/commands/dependency_command (12132.0)

インストールされている Gem パッケージの依存関係を表示するためのライブラリです。

...cy GEMNAME [options]
Options:
-
v, --version VERSION 指定したバージョンの依存関係を表示します
-
-platform PLATFORM 指定したプラットフォームの依存関係を表示します
-
R, --[no-]reverse-dependencies この Gem を使...
...します
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にします
-
q, --quiet 静かに実行します
-
-config-file FILE 指定され...
...ます
-
-backtrace バックトレースを表示します
-
-debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME 依存関係を表示する Gem の名前を指定します
Summary:...

rubygems/commands/list_command (12120.0)

Gem パッケージの名前を前方一致で検索するためのライブラリです。

...[STRING] [options]
Options:
-
i, --[no-]installed Check for installed gem
-
v, --version VERSION 指定されたバージョンの一覧を出力します
-
d, --[no-]details Gem パッケージの詳細も表示します
-
-[no-]versi...
...します
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にします
-
q, --quiet 静かに実行します
-
-config-file FILE 指定され...
...ます
-
-backtrace バックトレースを表示します
-
-debug Ruby 自体のデバッグオプションを有効にします
Arguments:
STRING 探したい Gem の名前を前方一致で指定します
Summary:...

rubygems/commands/search_command (12120.0)

指定された文字列を含む Gem パッケージを全て表示するためのライブラリです。

...Usage: gem search [STRING] [options]
Options:
-
i, --[no-]installed Check for installed gem
-
v, --version VERSION Specify version of gem to search
-
d, --[no-]details Display detailed information of gem(s)
-
-[no-]versions...
...します
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にします
-
q, --quiet 静かに実行します
-
-config-file FILE 指定され...
...
-
-backtrace バックトレースを表示します
-
-debug Ruby 自体のデバッグオプションを有効にします
Arguments:
STRING 検索したい Gem パッケージ名の一部を指定します
Summary:...

rubygems/commands/uninstall_command (12102.0)

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

...all GEMNAME [GEMNAME ...] [options]
Options:
-
a, --[no-]all Uninstall all matching versions
-
I, --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-
x, --[no-]executables Uninstall applicable ex...
...the platform of gem to uninstall
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にします
-
q, --quiet 静かに実行します
-
-config-file FILE...
...
-
-backtrace バックトレースを表示します
-
-debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME アンインストールする Gem パッケージ名を指定します。
Summary:...

絞り込み条件を変える

<< 1 2 3 ... > >>