lib/analyze.rb in dev_commands-0.0.49 vs lib/analyze.rb in dev_commands-0.0.50
- 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