Well done! We define a method with the def keyword and a name. Below that definition, we put a code block that we finish with end.
def
end
Are you sure that this is the right time and place for control-flow keywords?