Sha256: 66269614544b01d198df119ee0f4c405693025c455b178f9cdcbc55493cdca37
Contents?: true
Size: 144 Bytes
Versions: 2
Compression:
Stored size: 144 Bytes
Contents
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.0.0 | lib/fear/right_pattern_match.rb |
fear-0.11.0 | lib/fear/right_pattern_match.rb |