Sha256: 81f08acf4e0525502b19e622eb163e2e62b1e86c9959ed1693fa5d1bc92c9b00
Contents?: true
Size: 191 Bytes
Versions: 3
Compression:
Stored size: 191 Bytes
Contents
module Infect class Command class Package < Plugin def initialize(arg, opts) super @location = File.expand_path("#{PACK_DIR}/#{name}") end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
infect-1.1.1 | lib/infect/command/package.rb |
infect-1.1.0 | lib/infect/command/package.rb |
infect-1.0.0 | lib/infect/command/package.rb |