summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/dow
blob: 3b6527179a0ff1f0310785335cb55ade56a93f4b (plain) (blame)
1
2
3
4
5
6
#name : downto(...) { |n| ... }
#group : control structure
# --
downto(${0}) { |${n}|
  $0
}