るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

モジュール

検索結果

Kernel$$IGNORECASE -> bool (18213.0)

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

...りません。

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

$= の別名

require "English"

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