summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test.rb')
-rw-r--r--test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.rb b/test.rb
index 706e746..bc5c235 100644
--- a/test.rb
+++ b/test.rb
@@ -3,3 +3,5 @@ require 'socket'
sock = UDPSocket.new
sock.send "Foo/de]] xyz", 0, "127.0.0.1", 51666
+
+# vim: ft=rb sts=2 ts=2: