Method: Mutant::Mutator#output

Defined in:
lib/mutant/mutator.rb

#outputSet<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

Returns:

  • (Set<Parser::AST::Node>)


16
17
18
# File 'lib/mutant/mutator.rb', line 16

def output
  @output
end