restructuring classic snippets dir to conform to new parenting specs

This commit is contained in:
capitaomorte
2009-12-25 14:42:14 +00:00
parent 060e2ce5f1
commit c3d91ffccc
42 changed files with 0 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
#name : upto(...) { |n| ... }
#group : control structure
# --
upto(${n}) { |${i}|
$0
}