lib/mutant/matcher/null.rb in mutant-0.8.24 vs lib/mutant/matcher/null.rb in mutant-0.9.0
- old
+ new
@@ -6,10 +6,10 @@
class Null < self
include Concord.new
# Enumerate subjects
#
- # @param [Env::Bootstrap] env
+ # @param [Env] env
#
# @return [Enumerable<Subject>]
def call(_env)
EMPTY_ARRAY
end