lib/cliutils.rb in cliutils-1.0.2 vs lib/cliutils.rb in cliutils-1.0.3
- old
+ new
@@ -8,8 +8,10 @@
require 'cliutils/logger-delegator'
require 'cliutils/messenging'
require 'cliutils/prefs'
require 'cliutils/version'
+# The CLIUtils module, which wraps everything
+# in this gem.
module CLIUtils
end
\ No newline at end of file