lib/guard/dsl_describer.rb in guard-2.7.0 vs lib/guard/dsl_describer.rb in guard-2.7.1
- old
+ new
@@ -33,11 +33,9 @@
# those that are currently used in your `Guardfile`.
#
# @see CLI#list
#
def list
- _evaluate_guardfile
-
names = ::Guard::PluginUtil.plugin_names.sort.uniq
final_rows = names.inject([]) do |rows, name|
rows << {
Plugin: name.capitalize,
Guardfile: ::Guard.plugins(name) ? "✔" : "✘"