Statement Ruby

bad_dog = true
if bad_dog
  raise StandardError, "bad doggy"
else
  arf_arf
end