Anything that saves a few characters and produces horrible, unreadable code is fair game.
My favourite is cheating spacing with the ternary operator. If you're testing a question-mark-method (like .nil?), the only place you need a space is after the second question mark:
x.odd?? "odd":"even"