lib/hako/env_provider.rb in hako-0.1.0 vs lib/hako/env_provider.rb in hako-0.2.0

- old
+ new

@@ -3,10 +3,10 @@ module Hako class EnvProvider class ValidationError < Error end - def initialize(_options) + def initialize(_root_path, _options) raise NotImplementedError end def ask(_variables) raise NotImplementedError