view elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/ife @ 98:156cbb54f344

Add elpy and deps
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 24 Oct 2014 09:44:33 -0400 (2014-10-24)
parents
children
line wrap: on
line source
# name: if ... else ... end
# key: ife
# --
if ${1:condition}
  $2
else
  $3
end