Bug fixes
- #247: Fix an incorrect auto-correct for
Performance/MapCompact
when using multi-line trailing dot method calls. (@koic) - #249: Fix a false positive for
Performance/RedundantStringChars
when usingstr.chars.last
andstr.chars.drop
. (@koic) - #252: Fix an incorrect auto-correct for
Performance/UnfreezeString
when invoking a method afterString.new
with a string. (@koic)