lib/matchi/matchers_base.rb in matchi-1.0.2 vs lib/matchi/matchers_base.rb in matchi-1.0.3
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Matchi
# Common matcher methods.
module MatchersBase
# Abstract matcher class.
#