Method: Abrizer::FfprobeFile#run
- Defined in:
- lib/abrizer/ffprobe_file.rb
#run ⇒ Object
12 13 14 15 16 |
# File 'lib/abrizer/ffprobe_file.rb', line 12 def run File.open(ffprobe_filepath, 'w') do |fh| fh.puts @informer.to_json end end |