Class: Doc

Inherits:
Array show all
Defined in:
lib/tasks/doc.rb

Instance Attribute Summary

Attributes inherited from Array

#env

Instance Method Summary collapse

Methods inherited from Array

#add, #add_passive, #add_quiet, #execute, #has_command?, #intialize, #to_html

Instance Method Details

#updateObject



5
6
7
8
9
# File 'lib/tasks/doc.rb', line 5

def update
	if(Command.exit_code('yard --version'))
	  add_quiet 'yard doc - LICENSE' if File.exists?('README.md') && File.exists?('LICENSE')
	end
end