aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/strip.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-171-1/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* String#strip_heredocs doesn't need Object#tryVlado Cingel2015-09-191-2/+0
* Improve String#strip_heredocJuanito Fatas2015-09-121-2/+1
* minor documentation improvement [ci skip]Sam Auciello2015-08-241-2/+2
* let String#strip_heredoc handle blank lines even if they are not indentedXavier Noria2010-08-301-3/+5
* implements String#strip_heredocXavier Noria2010-08-291-0/+24