You would think that this would be an easy question, but I can\'t find the answer anywhere. >_<
Will Ruby throw syntax errors if my code is indented incorrectly?
Yes, it would work. Ruby only looks for the line breaks.
But since code readability is also very important, I'd say you should take care of whitespace if only for that sake.