I have the following ruby function, and when I call it `deg_to_dir 270' the case statement never matches, when it should return W. I have been pulling my hair out and short of converting the entire thing to IF statements I don't have a next step.I have the following ruby function, and when I