Sha256: bfcac7fe3fcbe1af401a3de6c6846975baa8cf34c0af2a8b36e068fded61df89
Contents?: true
Size: 270 Bytes
Versions: 63
Compression:
Stored size: 270 Bytes
Contents
class Doc < Array 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 end
Version data entries
63 entries across 63 versions & 2 rubygems