lib/new.rb in new-1.0.9 vs lib/new.rb in new-1.0.10
- old
+ new
@@ -1,4 +1,8 @@
+#
+# New is the core class that acts as the controller for new
+# It is reponsible for storing the state and globally accessible data
+#
require 'active_support/core_ext/hash/deep_merge'
require 'yaml'
# Allow true/false to respond to Boolean class
module Boolean; end