lib/things_fetcher/config.rb in things-fetcher-0.1.1 vs lib/things_fetcher/config.rb in things-fetcher-0.1.2
- old
+ new
@@ -3,11 +3,9 @@
require 'keychain'
module ThingsFetcher
class Config
def initialize(path)
- super
-
@data = default_config
@data.merge! load_from_file(path)
end
def [](key)
\ No newline at end of file