Method: Convert2Ascii::CheckFFmpeg#macos_check

Defined in:
lib/convert2ascii/check_package.rb

#macos_checkObject



121
122
123
124
125
# File 'lib/convert2ascii/check_package.rb', line 121

def macos_check
  if !macos_installed?(@name)
    raise CheckPackageError, "\n#{@need_error}\n#{@tips}\n"
  end
end