るりまサーチ

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

別のキーワード

  1. kernel $2
  2. kernel $process_id
  3. kernel $ldflags
  4. kernel $ignorecase
  5. kernel $libs

ライブラリ

モジュール

検索結果

Kernel$$IGNORECASE -> bool (45226.0)

過去との互換性のために残されていますが、もはや何の意味もありません。

...りません。

値は常に false です。代入しても無視されます。

$
= の別名

require "English"

$IGNORECASE
= true # => warning: variable $= is no longer effective; ignored
$IGNORECASE
# => warning: variable $= is no longer effective
# false...