"SIGSEGV (Attempt to read from nil?)"

You are reading from nil. You haven't initialised `result`. Use `result = @[]` 
at the top of your proc.

Reply via email to