From ddd669c2c218ad999a68570ba211780c35f89611 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 28 Jul 2013 19:07:38 +0200 Subject: [PATCH] Fix style issues in Mutant::Mutator --- lib/mutant/mutator.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/mutant/mutator.rb b/lib/mutant/mutator.rb index ba96d316..f608320b 100644 --- a/lib/mutant/mutator.rb +++ b/lib/mutant/mutator.rb @@ -135,17 +135,13 @@ module Mutant # Call block until it generates a mutation # - # The primary use of this method is to give the random generated object - # a nice interface for retring generation when generation accidentally generated the - # input - # # @yield # Execute block until object is generated where new?(object) returns true # # @return [self] # # @raise [RuntimeError] - # raises RuntimeError in case no new ast node can be generated after MAX_TRIES. + # raises RuntimeError when no new node can be generated after MAX_TRIES. # # @api private #