lib/dither/test_case.rb in dither-0.0.5 vs lib/dither/test_case.rb in dither-0.0.6
- old
+ new
@@ -78,9 +78,11 @@
new_self = self.clone
new_elements.each { |a| new_self << a }
return nil if block_given? && block.call(new_self)
- new_self
+
+ new_elements.each { |a| self << a }
+ self
end
end # TestCase
end # Dither