Sha256: 3898ed9e5c635152cbd322469af5cc05429f57b1db3dedd8ae44dfc299e334dd
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module Fear class Right # @api private class PatternMatch < Either::PatternMatch def left(*) self end alias failure left end private_constant :PatternMatch end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fear-3.0.0 | lib/fear/right/pattern_match.rb |