るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.073秒)

別のキーワード

  1. matrix each_with_index
  2. _builtin with_index
  3. mkmf with_config
  4. mkmf with_werror
  5. kernel with_config

ライブラリ

モジュール

検索結果

Kernel#with_config(config, default = nil) {|config, default| ... } -> bool | String (18324.0)

configure のオプションを検査します。

... default を返します。

これはデバッグ情報などのカスタム定義を、追加するのに役立ちます。

@param config configure のオプションの名前を指定します。

@param default デフォルト値を返します。


require 'mkmf'
if with_config("debu...

Kernel#with_config(config, default = nil) -> bool | String (18224.0)

configure のオプションを検査します。

... default を返します。

これはデバッグ情報などのカスタム定義を、追加するのに役立ちます。

@param config configure のオプションの名前を指定します。

@param default デフォルト値を返します。


require 'mkmf'
if with_config("debu...