Does the method use cycleany string concatenation?
I discovered this error recently while checking the code.
The code was something like this:
anObject.instance_method +string_var
instance_methodreturned the string that should have been added with the string value present in the variable string_var.
anObject.instance_method + string_var # +
unary + string_var, unary + String. .
, unary + def +@, " +@ ".
: https://gist.github.com/1145457
cycle ( , ), , .
, .