summaryrefslogtreecommitdiff
path: root/ruby-mode/app
diff options
context:
space:
mode:
Diffstat (limited to 'ruby-mode/app')
-rw-r--r--ruby-mode/app6
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby-mode/app b/ruby-mode/app
new file mode 100644
index 0000000..19bf60a
--- /dev/null
+++ b/ruby-mode/app
@@ -0,0 +1,6 @@
+#name : if __FILE__ == $PROGRAM_NAME ... end
+#group : general
+# --
+if __FILE__ == $PROGRAM_NAME
+ $0
+end \ No newline at end of file