lib/fear/try_pattern_match.rb in fear-1.0.0 vs lib/fear/try_pattern_match.rb in fear-1.1.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Fear # Try pattern matcher # # @note it has two optimized subclasses +Fear::SuccessPatternMatch+ and +Fear::FailurePatternMatch+ # @api private