#to_s
13 14 15
# File 'lib/multi_zip/errors.rb', line 13 def message "No supported backend found. Supported backends are #{MultiZip::BACKENDS.map(&:first).map(&:to_s).sort.join(', ')}" end