I am really confused with my error messages with this exercise. I have tried coding different solutions but none has worked. if anyone can help and explain where I went wrong I would greatly appreciate that.
#Need help with LuciansLusciousLasagna
3 messages · Page 1 of 1 (latest)
Remove the static keyword from all your method definitions.
By using static you're defining the methods as members of the Lasagna type, but the tests expect them to be members of an instance of an object of type Lasagna.
ohhhh thank you so much!!! you are a gem.