summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Tajima <john@shopify.com>2013-10-30 19:34:45 -0400
committerJohn Tajima <john@shopify.com>2013-10-30 19:34:45 -0400
commit7ca9e828423d6e19a9b85fc3dbc8f5d8696e937e (patch)
tree39b2180f9350c90cb1eebdaf3dd206f6ba183c6f /lib
parent40280457824cdeb8611aefb882faaa9e721d36b0 (diff)
Define a KEYS constant
Diffstat (limited to 'lib')
-rw-r--r--lib/dashing.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dashing.rb b/lib/dashing.rb
index 2c3a810..f1b18fc 100644
--- a/lib/dashing.rb
+++ b/lib/dashing.rb
@@ -8,6 +8,7 @@ require 'json'
require 'yaml'
SCHEDULER = Rufus::Scheduler.start_new
+KEYS = {}
set :root, Dir.pwd