more ruby snippets

This commit is contained in:
Zhang Chiyuan
2008-03-06 15:01:27 +00:00
parent c45eff49e2
commit f1e3d81609
26 changed files with 92 additions and 0 deletions

5
snippets/ruby-mode/app Normal file
View File

@@ -0,0 +1,5 @@
#name : if __FILE__ == $PROGRAM_NAME ... end
# --
if __FILE__ == $PROGRAM_NAME
$0
end