lib/analyze.rb in dev_commands-0.0.54 vs lib/analyze.rb in dev_commands-0.0.55

- old
+ new

@@ -1,8 +1,8 @@ -class Analyze < Array - def update - if(`gem list countloc`.include?('countloc (')) - FileUtils.mkdir('doc') if(!File.exists?('doc')) - add 'countloc -r * --html doc/countloc.html' - end - end +class Analyze < Array + def update + if(`gem list countloc`.include?('countloc (')) + FileUtils.mkdir('doc') if(!File.exists?('doc')) + add 'countloc -r * --html doc/countloc.html' + end + end end \ No newline at end of file