lib/cliutils/messenging.rb in cliutils-1.0.3 vs lib/cliutils/messenging.rb in cliutils-1.0.4

- old
+ new

@@ -1,9 +1,11 @@ +require 'cliutils/pretty-io' + module CLIUtils # CLIMessenger Module # Outputs coordinated messages to a variety of targets. module Messenging - include CLIUtils::PrettyIO + include PrettyIO # Hook that triggers when this module is included. # @param [Object] k The includer object # @return [void] def self.included(k) \ No newline at end of file