summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/lib.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/lib.rb b/lib/lib.rb
deleted file mode 100644
index 33a3380..0000000
--- a/lib/lib.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /usr/bin/env ruby
-# -*- coding: UTF-8 -*-
-#
-module LIB
- #
- class Test
- def hello
- "world"
- end
- end
- #
-end
-#