For better readability, do not put more than one statement on a single line.
if someCondition; puts "hello"; end
if someCondition puts "hello" end