class Mutest::Matcher::Null

A null matcher, that does not match any subjects

Public Instance Methods

call(_env) click to toggle source

Enumerate subjects

@param [Env::Bootstrap] env

@return [Enumerable<Subject>]

# File lib/mutest/matcher/null.rb, line 12
def call(_env)
  EMPTY_ARRAY
end