summaryrefslogtreecommitdiff
path: root/new/splash/lib
diff options
context:
space:
mode:
Diffstat (limited to 'new/splash/lib')
-rw-r--r--new/splash/lib/splash.rb10
-rw-r--r--new/splash/lib/splash/server.rb7
2 files changed, 17 insertions, 0 deletions
diff --git a/new/splash/lib/splash.rb b/new/splash/lib/splash.rb
new file mode 100644
index 0000000..ce51e17
--- /dev/null
+++ b/new/splash/lib/splash.rb
@@ -0,0 +1,10 @@
+require_relative "../../lib/crys.rb"
+require_relative "splash/server"
+
+module Crys
+ module Splash
+ end
+end
+
+
+
diff --git a/new/splash/lib/splash/server.rb b/new/splash/lib/splash/server.rb
new file mode 100644
index 0000000..5c2a473
--- /dev/null
+++ b/new/splash/lib/splash/server.rb
@@ -0,0 +1,7 @@
+module Crys
+ module Splash
+ class Server < Crys::Server
+
+ end
+ end
+end