Sha256: 15445943f6243d24e6f85f52070b4ffafd8520689c2e03bfb69eb572e726445d
Contents?: true
Size: 430 Bytes
Versions: 7
Compression:
Stored size: 430 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' require 'ehbrs_ruby_utils/videos/container/info' module EhbrsRubyUtils module Videos module Container class Info enable_simple_cache common_constructor :ffprobe_data do self.ffprobe_data = ffprobe_data.with_indifferent_access.freeze end def to_h ffprobe_data end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems