24件ヒット
[1-24件を表示]
(0.066秒)
別のキーワード
ライブラリ
- mkmf (24)
検索結果
先頭2件
-
Kernel
# enable _ config(config , default) -> bool | String (8.0) -
configure のオプションを検査します。
...e のオプションを検査します。
configure のオプションに --enable-<config> が指定された場合は、真を返し
ます。--disable-<config> が指定された場合は。偽を返します。どちらでもな
い場合は default を返します。
これはデバッグ情... -
Kernel
# enable _ config(config , default) {|config , default| . . . } -> bool | String (8.0) -
configure のオプションを検査します。
...e のオプションを検査します。
configure のオプションに --enable-<config> が指定された場合は、真を返し
ます。--disable-<config> が指定された場合は。偽を返します。どちらでもな
い場合は default を返します。
これはデバッグ情...