Sha256: de0f5c5131c22369a622c8cf85d855633c337b6ddb96ad3f9fbbf1089ab29ccb
Contents?: true
Size: 171 Bytes
Versions: 2
Compression:
Stored size: 171 Bytes
Contents
# frozen_string_literal: true module Fear # @api private class FailurePatternMatch < Fear::TryPatternMatch def success(*_conditions) self end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fear-1.2.0 | lib/fear/failure_pattern_match.rb |
fear-1.1.0 | lib/fear/failure_pattern_match.rb |