Sha256: d8d46fe83d773ab4d4a34c96e4345edda933cc30295e58125c06613672837c9e
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
# frozen_string_literal: true module Fear # @api private class RightPatternMatch < EitherPatternMatch def left(*) self end alias failure left end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fear-1.2.0 | lib/fear/right_pattern_match.rb |
fear-1.1.0 | lib/fear/right_pattern_match.rb |