Class: Doc
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#update ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/doc.rb', line 2 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 |