Method: Convert2Ascii::CheckFFmpeg#initialize
- Defined in:
- lib/convert2ascii/check_package.rb
#initialize ⇒ CheckFFmpeg
Returns a new instance of CheckFFmpeg.
114 115 116 117 118 119 |
# File 'lib/convert2ascii/check_package.rb', line 114 def initialize super @name = "ffmpeg" @need_error = Rainbow("[Error] `#{@name}` is need!").red @tips = Rainbow("[Tips ] For more details and install: https://www.ffmpeg.org/").green end |