then
if/unless
Example:
# Bad practice if x > y then x = y end
# Good practice if x > y x = y end
Inspired by 'RuboCop'.