• H
    Remove blank trailing comments · fa6d921e
    Henrik Hodne 提交于
    For future reference, this is the regex I used: ^\s*#\s*\n(?!\s*#). Replace
    with the first match, and voilà! Note that the regex matches a little bit too
    much, so you probably want to `git add -i .` and go through every single diff
    to check if it actually should be changed.
    fa6d921e
attribute_methods_test.rb 26.3 KB