| Name | 
 Last commit 
 | 
Last Update | 
|---|---|---|
| features | ||
| gemfiles | ||
| lib | ||
| shoulda_macros | ||
| spec | ||
| .gitignore | ||
| .hound.yml | ||
| .rubocop.yml | ||
| .travis.yml | ||
| Appraisals | ||
| CONTRIBUTING.md | ||
| Gemfile | ||
| LICENSE | ||
| NEWS | ||
| README.md | ||
| RELEASING.md | ||
| Rakefile | ||
| UPGRADING | ||
| paperclip.gemspec | 
There's a subtle difference between what `\Z` and `\z` consider the "end
of string" which is that the uppercase version allows a single trailing
newline:
```
/\Afoo\Z/.match("foo\n")
/\Afoo\Z/.match("foo\n\n")
/\Afoo\z/.match("foo\n")
```
| Name | 
 Last commit 
 | 
Last Update | 
|---|---|---|
| features | Loading commit data... | |
| gemfiles | Loading commit data... | |
| lib | Loading commit data... | |
| shoulda_macros | Loading commit data... | |
| spec | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .hound.yml | Loading commit data... | |
| .rubocop.yml | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| Appraisals | Loading commit data... | |
| CONTRIBUTING.md | Loading commit data... | |
| Gemfile | Loading commit data... | |
| LICENSE | Loading commit data... | |
| NEWS | Loading commit data... | |
| README.md | Loading commit data... | |
| RELEASING.md | Loading commit data... | |
| Rakefile | Loading commit data... | |
| UPGRADING | Loading commit data... | |
| paperclip.gemspec | Loading commit data... |