summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/app
blob: 19bf60a86f056d4eceb36d8c897f9a41c3ac3e61 (plain) (tree)
1
2
3
4
5
6





                                            
#name : if __FILE__ == $PROGRAM_NAME ... end
#group : general
# --
if __FILE__ == $PROGRAM_NAME
  $0
end