QUOTE (Pacman @ Mar 17 2012, 08:40 PM)

This error is caused by a line of code calling a method with a specific number of arguments, but the call provides the wrong number of arguments. In this case, the code is calling Recipe.new which specifies 13 arguments, but the code is only giving 12. I can't tell you how to fix this, as I don't have the script in question, but at least now you know why the error's happening.
Thanks for confirming my beliefs... I just started trying to learn ruby so some of this stuff is still a little confusing to me at times... I tried looking through the code.. to find if there is something missing from the array...I'm not entirely sure what to look for.