#add, #execute, #to_html
6 7 8 9 10
# File 'lib/tasks/doc.rb', line 6 def update if(Command.exit_code('yard --version')) add 'yard doc - LICENSE' if File.exists?('README.md') && File.exists?('LICENSE') end end