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