class Doc
Public Instance Methods
update()
click to toggle source
# 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