class Mutest::Matcher::Static

Matcher returning subjects already known at its creation time

Public Instance Methods

call(_env) click to toggle source

Call matcher

@return [Enumerable<Subject>]

# File lib/mutest/matcher/static.rb, line 10
def call(_env)
  subjects
end