るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix rank_e
  4. matrix det_e
  5. open3 capture2e

ライブラリ

モジュール

検索結果

Kernel$$IGNORECASE -> bool (24213.0)

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

...りません。

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

$= の別名

require "English"

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