Sha256: 17a9d28c065c157de1e6606e97fecd2e44c04601687557818380a2257036f37d
Contents?: true
Size: 236 Bytes
Versions: 11
Compression:
Stored size: 236 Bytes
Contents
module Kuby module Docker class InlineLayer < Layer attr_reader :block def initialize(block) @block = block end def apply_to(dockerfile) block.call(dockerfile) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems