lib/tracksperanto/blacklist.rb in tracksperanto-3.5.9 vs lib/tracksperanto/blacklist.rb in tracksperanto-4.0.0
- old
+ new
@@ -1,5 +1,4 @@
-# -*- encoding : utf-8 -*-
class Tracksperanto::Blacklist
# Prevent totally unsupported formats from being used
def self.raise_if_format_unsupported(judging_from_file_path)
extension = File.extname(judging_from_file_path).downcase
\ No newline at end of file