tweaking rails and ruby snippets slightly

This commit is contained in:
capitaomorte
2010-03-29 18:15:56 +00:00
parent 2a88ccfaff
commit 485f34921b
23 changed files with 35 additions and 29 deletions

View File

@@ -3,4 +3,4 @@
# contributor: Translated from TextMate Snippet
# name: Copyright Notice
# --
(c) Copyright `(replace-regexp-in-string "[[:space:]]+$" "" (shell-command-to-string "date +%Y"))` `user-full-name`. All Rights Reserved.
(c) Copyright `(replace-regexp-in-string "[ \n\t]+$" "" (shell-command-to-string "date +%Y"))` `user-full-name`. All Rights Reserved.