Fixed the missing space in the cls snippet for ruby-mode

This commit is contained in:
Zhang Chiyuan 2008-11-18 02:26:27 +00:00
parent d93bea8204
commit 2205d76ebf

View File

@ -8,5 +8,5 @@ class ${1:$
(cond (cond
((string-match "_" fn) (replace-match "" nil nil fn)) ((string-match "_" fn) (replace-match "" nil nil fn))
(t fn)))} (t fn)))}
$0 $0
end end