Sha256: 93f9e02a4929a750acddb3413a100c1d24719131f87d6c1602c46998f27989e4
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
module Fear # @api private class NonePatternMatch < OptionPatternMatch # @param conditions [<#==>] # @return [Fear::OptionPatternMatch] def some(*_conditions) self end end private_constant :NonePatternMatch end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fear-1.0.0 | lib/fear/none_pattern_match.rb |
fear-0.11.0 | lib/fear/none_pattern_match.rb |