Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/ruby-mode/control structure/ife
990 views
#name : if ... else ... end
# --
if ${1:condition}
  $2
else
  $3
end