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