lib/pipeline/base.rb in tracksperanto-2.8.6 vs lib/pipeline/base.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- module Tracksperanto::Pipeline class EmptySourceFileError < RuntimeError def message; "This is an empty source file"; end end @@ -225,6 +226,6 @@ # Open the file for writing and register it to be closed automatically def open_owned_export_file(path_to_file) @ios.push(File.open(path_to_file, "wb"))[-1] end end -end \ No newline at end of file +end