Sha256: 3f3608d6a2da458d56428aa571846eec77d5c47fd57c888328c433184a326efd
Contents?: true
Size: 262 Bytes
Versions: 24
Compression:
Stored size: 262 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
24 entries across 24 versions & 1 rubygems