re-design snippets hierarchy

This commit is contained in:
Zhang Chiyuan
2008-03-10 12:26:15 +00:00
parent b376b1f00b
commit 61210bf5fd
78 changed files with 94 additions and 36 deletions

5
text-mode/ruby-mode/mm Normal file
View File

@@ -0,0 +1,5 @@
#name : def method_missing ... end
# --
def method_missing(method, *args)
$0
end