108件ヒット
[101-108件を表示]
(0.059秒)
別のキーワード
キーワード
-
arg
_ config (12) -
enable
_ config (24) -
find
_ executable (12) - libpathflag (12)
-
link
_ command (12) -
merge
_ libs (12) -
with
_ config (24)
検索結果
-
Kernel
# arg _ config(config , default) { . . . } -> object | String | true | nil (205.0) -
configure オプション --config の値を返します。
...ンに引数が指定されていた場合は指定した文字列を返します。
例えば extconf.rb で arg_config メソッドを使う場合、
$ ruby extconf.rb --foo --bar=baz
と実行したとき、arg_config("--foo") の値は true、
arg_config("--bar") の値は "baz" です。...