lib/cri.rb in cri-2.5.0 vs lib/cri.rb in cri-2.6.0
- old
+ new
@@ -1,7 +1,10 @@
# encoding: utf-8
+
require 'cri/version'
+# The namespace for Cri, a library for building easy-to-use commandline tools
+# with support for nested commands.
module Cri
# A generic error class for all Cri-specific errors.
class Error < ::StandardError
end