diff --git a/snippets/text-mode/ruby-mode/cls b/snippets/text-mode/ruby-mode/cls index e4a8747..5f43de1 100644 --- a/snippets/text-mode/ruby-mode/cls +++ b/snippets/text-mode/ruby-mode/cls @@ -8,5 +8,5 @@ class ${1:$ (cond ((string-match "_" fn) (replace-match "" nil nil fn)) (t fn)))} - $0 + $0 end