yasnippet/extras/imported/ruby-mode/Files/untitled.yasnippet
2009-08-29 17:59:02 +00:00

9 lines
252 B
Plaintext

# -*- mode: snippet -*-
# key: opt
# contributor: Translated from TextMate Snippet
# name: option(..)
# --
opts.on( "-${1:o}", "--${2:long-option-name}"${3/^\s*$|(.*\S.*)/(?1:, )/}${3:String},
"${4:Option description.}" ) do |${6:opt}|
$0
end