/ruby-mode/Declarations/application_code .. (app).yasnippet

http://github.com/ridgetang/snippets · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · e0cdfa512e557418cf5912af3a5cbfbc MD5 · raw file

  1. # -*- mode: snippet -*-
  2. # key: app
  3. # contributor: Translated from TextMate Snippet
  4. # name: application { .. }
  5. # --
  6. if __FILE__ == \$PROGRAM_NAME
  7. $0
  8. end