diff options
author | John Tajima <john@shopify.com> | 2013-10-30 19:34:45 -0400 |
---|---|---|
committer | John Tajima <john@shopify.com> | 2013-10-30 19:34:45 -0400 |
commit | 7ca9e828423d6e19a9b85fc3dbc8f5d8696e937e (patch) | |
tree | 39b2180f9350c90cb1eebdaf3dd206f6ba183c6f | |
parent | 40280457824cdeb8611aefb882faaa9e721d36b0 (diff) |
Define a KEYS constant
-rw-r--r-- | lib/dashing.rb | 1 |
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 |