lib/stove/config.rb in stove-2.0.0.beta.2 vs lib/stove/config.rb in stove-2.0.0
- old
+ new
@@ -1,10 +1,10 @@
require 'json'
module Stove
class Config
include Mixin::Instanceable
- include Mixin::Loggable
+ include Logify
#
# Create a new configuration object. If a configuration file does not
# exist, this method will output a warning to the UI and use an empty
# hash as the data structure.