Class: Doc

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

Instance Method Summary collapse

Methods inherited from Array

#add, #execute, #to_html

Instance Method Details

#updateObject



8
9
10
11
12
# File 'lib/tasks/doc.rb', line 8

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