315件ヒット
[301-315件を表示]
(0.014秒)
種類
- インスタンスメソッド (267)
- 特異メソッド (24)
- 関数 (12)
- 文書 (12)
ライブラリ
- ビルトイン (144)
-
cgi
/ core (12) - csv (12)
- dbm (12)
- gdbm (12)
- ipaddr (12)
-
minitest
/ spec (1) -
minitest
/ unit (1) - mkmf (48)
-
rexml
/ document (12) - sdbm (12)
- set (13)
クラス
モジュール
-
CGI
:: QueryExtension (12) - Enumerable (24)
- Kernel (48)
-
MiniTest
:: Assertions (1)
オブジェクト
- ENV (12)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - === (7)
-
all
_ symbols (12) -
assert
_ includes (1) - cover? (19)
-
enable
_ config (24) - member? (23)
-
must
_ include (1) -
rb
_ ary _ includes (12) -
with
_ config (24)
検索結果
先頭2件
-
Kernel
# with _ config(config , default = nil) -> bool | String (12.0) -
configure のオプションを検査します。
...定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
end... -
Kernel
# with _ config(config , default = nil) {|config , default| . . . } -> bool | String (12.0) -
configure のオプションを検査します。
...定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
end...
