method
probe
v6.1.3.1 -
Show latest stable
- Class:
ActiveStorage::Analyzer::VideoAnalyzer
probe()private
No documentation available.
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 106
def probe
@probe ||= download_blob_to_tempfile { |file| probe_from(file) }
end