Sha256: 64120ed0ab53baf931c17527da5bbd9b3c8cebc995a900f8fa6f806e4a1018d0
Contents?: true
Size: 134 Bytes
Versions: 29
Compression:
Stored size: 134 Bytes
Contents
class Indocker::Volumes::External attr_reader :name, :path def initialize(name, path) @name = name @path = path end end
Version data entries
29 entries across 29 versions & 1 rubygems