Method: Mutant::Selector::Null#call
- Defined in:
- lib/mutant/selector/null.rb
#call(_subject) ⇒ Enumerable<Test>
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Tests for subject
14 15 16 |
# File 'lib/mutant/selector/null.rb', line 14 def call(_subject) EMPTY_ARRAY end |