Class: Analyze
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#update ⇒ Object
240 241 242 243 244 245 |
# File 'lib/dev_commands.rb', line 240 def update if(`gem list countloc`.include?('countloc (')) FileUtils.mkdir('doc') if(!File.exists?('doc')) add 'countloc -r * --html doc/countloc.html' end end |