Sha256: 8477cbfbb45e8645f7dc9bdb7b73a61663e885aa31508e948924e934e28cc24a
Contents?: true
Size: 329 Bytes
Versions: 83
Compression:
Stored size: 329 Bytes
Contents
class KuberKit::Core::Artifacts::Local < KuberKit::Core::Artifacts::AbstractArtifact def setup(root_path) @root_path = File.expand_path(root_path) self end def root_path @root_path || (raise ArgumentError.new("root path was not set. Set it using setup method")) end def cloned_path root_path end end
Version data entries
83 entries across 83 versions & 1 rubygems