2017.01.24 [Rails5] Active Support Core ExtensionsのStringの小粒なメソッドたち: 文字列定数は#freezeしよう こんにちは、hachi8833です。Active Support探訪シリーズ、今回はStringクラスの小物をいくつかまとめて見てみます。 今回のメソッド メソッド: String#strip_heredoc、String#exclude?、String#starts_with?、String#ends_with? ディレクトリ配置: https://github.com/rails/rails/blob/5-0-stable/activesupport/lib/active_support/core_ext/string/のstrip.rb、exclude.rb、starts_ends_with.rb 条件 Rails