Files
yasnippet/snippets/ruby-mode/general/app

6 lines
105 B
Plaintext

#name : if __FILE__ == $PROGRAM_NAME ... end
# key: generalapp
# --
if __FILE__ == $PROGRAM_NAME
$0
end