lib/mutant/subject.rb in mutant-0.5.6 vs lib/mutant/subject.rb in mutant-0.5.7

- old
+ new

@@ -27,9 +27,19 @@ # def source_path context.source_path end + # Prepare the subject for the insertion of mutation + # + # @return [self] + # + # @api private + # + def prepare + self + end + # Return source line # # @return [Fixnum] # # @api private