Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メソッドの欠落している呼び出しのレールソースでそれを見つけました:
https://github.com/rails/rails/blob/57cfa7a98fee14c7b61f5d4930ca05ae262e9a91/railties/lib/rails/railtie/configuration.rb
それは何をするためのものか?
=単なるリテラル「=」です
=
$正規表現のメタ文字であり、行末に一致するアンカーです
$
/=$/したがって、行の最後の文字が「=」の場合、正規表現は真です。
/=$/
rubular.com で Ruby 正規表現をテストできます。あなたのものを見てください!