Sha256: f2beea8a67a7b8dd661deff467a861f8bf13ae439583d76727a6f12dbe9e3b81
Contents?: true
Size: 169 Bytes
Versions: 5
Compression:
Stored size: 169 Bytes
Contents
module FileData # Factory mapping box type to a class that can parse it class BoxFactory class << self attr_reader :map end @map ||= {} end end
Version data entries
5 entries across 5 versions & 1 rubygems