lib/homebrew_analyzer.rb in graph-2.5.1 vs lib/homebrew_analyzer.rb in graph-2.5.2

- old
+ new

@@ -1,6 +1,8 @@ require 'dep_analyzer' +# :stopdoc: + class HomebrewAnalyzer < DepAnalyzer def installed # don't cache so it updates every delete puts "scanning installed ports" `brew list`.scan(/\S+/).map { |s| s.split.first }