lib/mutant/expression.rb in mutant-0.8.13 vs lib/mutant/expression.rb in mutant-0.8.14

- old
+ new

@@ -17,10 +17,10 @@ # Match length with other expression # # @param [Expression] other # - # @return [Fixnum] + # @return [Integer] def match_length(other) if eql?(other) syntax.length else 0