lib/avro/builder/schema_store.rb in avro-builder-0.16.1 vs lib/avro/builder/schema_store.rb in avro-builder-0.16.2

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Avro module Builder # This class implements a schema store that loads Avro::Builder # DSL files and returns Avro::Schema objects. # It implements the same API as AvroTurf::SchemaStore.