lib/tasks/doc.rb in dev-2.0.142 vs lib/tasks/doc.rb in dev-2.0.143

- old
+ new

@@ -1,4 +1,8 @@ +desc 'performs documentation commands' +task :doc do Tasks.execute_task :doc;end + + class Doc < Array def update if(Command.exit_code('yard --version')) add 'yard doc - LICENSE' if File.exists?('README.md') && File.exists?('LICENSE') end \ No newline at end of file