lib/cliutils/prefs.rb in cliutils-1.2.7 vs lib/cliutils/prefs.rb in cliutils-1.2.8

- old
+ new

@@ -3,10 +3,10 @@ module CLIUtils # Engine to derive preferences from a YAML file, deliver # those to a user via a prompt, and collect the results. class Prefs - include Messenging + include Messaging # Stores the filepath (if it exists) to the prefs file. # @return [String] attr_reader :config_path # Stores a Configurator instance.