lib/avro/builder/file_handler.rb in avro-builder-0.16.1 vs lib/avro/builder/file_handler.rb in avro-builder-0.16.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Avro
module Builder
# TODO: eventually this should be refactored into something standalone
# instead of a module that is included to provide the file handling methods.
module FileHandler