Class: Doc

Inherits:
Array show all
Defined in:
lib/dev_commands.rb

Instance Method Summary collapse

Methods inherited from Array

#add, #execute, #to_html

Instance Method Details

#updateObject



614
615
616
617
618
619
620
# File 'lib/dev_commands.rb', line 614

def update
  #cmd=Command.new ({ :input => 'yard --version', :ignore_failure => true})

  #cmd.execute

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