lib/dry/schema/messages/template.rb in dry-schema-0.2.0 vs lib/dry/schema/messages/template.rb in dry-schema-0.3.0

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + require 'dry/equalizer' require 'dry/schema/constants' module Dry @@ -61,6 +63,6 @@ end alias_method :[], :call end end end -end \ No newline at end of file +end