Sha256: 61b5e76560728c4e942b3de75cf2a3979d1253f3554ba3fd2b3bedab71b3ccd4

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

class Doc < Array
	def update
		cmd=Command.new ({ :input => 'yard --version', :ignore_failure => true})
		cmd.execute
		if(cmd[:exit_code]==0)
		  add 'yard doc - LICENSE' if File.exists?('README.md') && File.exists?('LICENSE')
		end
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dev_commands-0.0.14 lib/doc.rb