lib/mnogootex/log/matcher.rb in mnogootex-1.0.1 vs lib/mnogootex/log/matcher.rb in mnogootex-1.1.0

- old
+ new

@@ -10,8 +10,8 @@ # @return [Regexp] the regexp to match the first line # @!attribute level # @return [Symbol] the associated log level # @!attribute length # @return [Integer] the number of matched lines - Matcher = Struct.new(:regexp, :level, :length) + Matcher = Struct.new(:regexp, :level, :length) # rubocop:disable Lint/StructNewOverride end end