You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the following error bignum too big to convert intolong'`
at:
def swapper_map(index)
array = (0..9).to_a
10.times.collect.with_index do |i|
array.rotate!(index + i ^ spin).pop # array.rotate!(241241319064) generates the error
end
end
I'm using Rails 3.2 so I know that could be it, but I thought reporting would be useful. I'll investigate and come back if I have results.
The text was updated successfully, but these errors were encountered:
I got the following error
bignum too big to convert into
long'`at:
I'm using Rails 3.2 so I know that could be it, but I thought reporting would be useful. I'll investigate and come back if I have results.
The text was updated successfully, but these errors were encountered: