P
Pan Kracy
Hello
I have that exception sometimes: "can't convert false into Integer"
This error is non-repetitious.
This exception occur once in a while when I run progam on the same data.
sample code:
for z in 1..lines.length
line = lines[z-1] # this is the line where error occur
end
Is it a ruby implementation problem?
Greetings
I have that exception sometimes: "can't convert false into Integer"
This error is non-repetitious.
This exception occur once in a while when I run progam on the same data.
sample code:
for z in 1..lines.length
line = lines[z-1] # this is the line where error occur
end
Is it a ruby implementation problem?
Greetings