Method: Mutant::Mutator#output
- Defined in:
- lib/mutant/mutator.rb
#output ⇒ Set<Parser::AST::Node> (readonly) Also known as: call
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.
Return output
16 17 18 |
# File 'lib/mutant/mutator.rb', line 16 def output @output end |