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