るりまサーチ

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

別のキーワード

  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) -> bool | String (18120.0)

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

...どのカスタム定義を、追加するのに役立ちます。

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

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


require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DO...

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

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

...どのカスタム定義を、追加するのに役立ちます。

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

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


require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DO...

ruby 1.8.4 feature (414.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...# => ruby 1.8.4 (2005-12-16) [i686-linux]
-:1: empty symbol literal

: Symbol [bug]

#Sat Oct 22 13:26:57 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
#
# * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check
# if valid as a symbol name more strictly. [r...
...puts :"@1".inspect
puts :"@@1".inspect
puts :"@".inspect
puts :"@@".inspect

# => ruby 1.8.3 (2005-09-21) [i686-linux]
:!
:=
:0
:$1
:@1
:@@1...
...<nobu@ruby-lang.org>
#
# * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extension
# options. [ruby-dev:27449]
#

--with-extension オプション追加。((<ruby-dev:27449>))

: mkmf: find_executable() [compat]

#Thu Sep 22 23:36:24 2005 Nobuyoshi Nakada <nobu@ruby-l...