Sha256: 98e464c57405c0d15cae900cc7d0e852dcb2e91fdb63ca9de4d86734b3deee95
Contents?: true
Size: 321 Bytes
Versions: 10
Compression:
Stored size: 321 Bytes
Contents
class KuberKit::ArtifactsSync::Strategies::NullUpdater < KuberKit::ArtifactsSync::Strategies::Abstract Contract KuberKit::Shell::AbstractShell, Any => Any def update(shell, artifact) return true end Contract KuberKit::Shell::AbstractShell, Any => Any def cleanup(shell, artifact) return true end end
Version data entries
10 entries across 10 versions & 1 rubygems