Sha256: b92dcd9ee42374b4c24e3ce792177f5ef0017aeb80a86712a0f6af0598031548
Contents?: true
Size: 345 Bytes
Versions: 76
Compression:
Stored size: 345 Bytes
Contents
# frozen_string_literal: true module Mutant class Matcher # Matcher returning subjects already known at its creation time class Static include Concord.new(:subjects) # Call matcher # # @return [Enumerable<Subject>] def call(_env) subjects end end # Static end # Matcher end # Mutant
Version data entries
76 entries across 76 versions & 1 rubygems