Sha256: 906eab299e54602bfafc6a8c7589c2f69ac4657be4b6f025ea38c1de0a0b3fa5
Contents?: true
Size: 227 Bytes
Versions: 4
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true module Fear # @api private class SomePatternMatch < OptionPatternMatch # @return [Fear::OptionPatternMatch] def none self end end private_constant :SomePatternMatch end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fear-2.0.1 | lib/fear/some_pattern_match.rb |
fear-2.0.0 | lib/fear/some_pattern_match.rb |
fear-1.2.0 | lib/fear/some_pattern_match.rb |
fear-1.1.0 | lib/fear/some_pattern_match.rb |