Sha256: 94a3c164a9842164bb725bd25880c2c801dba832cf6e7c9b819094ceb8d75621
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module Fear class Some # @api private class PatternMatch < Option::PatternMatch # @return [Fear::OptionPatternMatch] def none self end end private_constant :PatternMatch end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fear-3.0.0 | lib/fear/some/pattern_match.rb |