diff options
Diffstat (limited to 'core/store.rb')
-rw-r--r-- | core/store.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/store.rb b/core/store.rb index 856acee..ba49733 100644 --- a/core/store.rb +++ b/core/store.rb @@ -11,7 +11,7 @@ module Dinobot read - @data ||= {} + @data ||= Hash.new end def read |