lib/guard/dsl_describer.rb in guard-1.0.3 vs lib/guard/dsl_describer.rb in guard-1.1.0.alpha

- old
+ new

@@ -1,9 +1,9 @@ require 'guard/dsl' module Guard - autoload :UI, 'guard/ui' + autoload :UI, 'guard/ui' # The DslDescriber overrides methods to create an internal structure # of the Guardfile that is used in some inspection utility methods # like the CLI commands `show` and `list`. #