Sha256: 2985721bd8f5307ecfcaa110f43dc2628ab1fcab4440434828ea9e0b1271ca5a
Contents?: true
Size: 333 Bytes
Versions: 1
Compression:
Stored size: 333 Bytes
Contents
module Roll # class CommandVerify < Command # def setup op.banner = "Usage: roll verify" op.separator "Verify dependencies in current environment." end # def call list = Roll.verify list.each do |(name, constraint)| puts "#{name} #{constraint}" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roll-1.2.0 | lib/roll/commands/verify.rb |