Sha256: 473ea9849b11e9cec1fb3b4454589e225a52074bd902a2e434f2851ea11baa15
Contents?: true
Size: 121 Bytes
Versions: 3
Compression:
Stored size: 121 Bytes
Contents
class Doc < Array def update add 'yard doc - LICENSE' if File.exists?('README.md') && File.exists?('LICENSE') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dev_commands-0.0.13 | lib/doc.rb |
dev_commands-0.0.12 | lib/doc.rb |
dev_commands-0.0.11 | lib/doc.rb |