summaryrefslogtreecommitdiffstats
path: root/lib/zorglub.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-06-16 15:11:50 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-06-16 15:11:50 +0200
commit8135a99aa065b2616e69647b7fa3149609f0978a (patch)
tree9dda1d6af056a5c6ee96f26f248846dc4c427612 /lib/zorglub.rb
parentd23181c138e8f0258641308ffd34370d3b132e8e (diff)
downloadzorglub-8135a99aa065b2616e69647b7fa3149609f0978a.zip
zorglub-8135a99aa065b2616e69647b7fa3149609f0978a.tar.gz
add class Zorglub::Config
Diffstat (limited to 'lib/zorglub.rb')
-rw-r--r--lib/zorglub.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
index f93b4c1..60917c6 100644
--- a/lib/zorglub.rb
+++ b/lib/zorglub.rb
@@ -5,8 +5,9 @@ module Zorglub
#
VERSION = '0.0.1'
#
- autoload :App, './lib/zorglub/app.rb'
- autoload :Node, './lib/zorglub/node.rb'
+ autoload :App, './lib/zorglub/app.rb'
+ autoload :Config, './lib/zorglub/config.rb'
+ autoload :Node, './lib/zorglub/node.rb'
#
end
#