Skip to content

Instantly share code, notes, and snippets.

@anthonygharvey
Last active July 28, 2019 17:39
Show Gist options
  • Save anthonygharvey/a4a3640f7f380427aedd13d720c659ed to your computer and use it in GitHub Desktop.
Save anthonygharvey/a4a3640f7f380427aedd13d720c659ed to your computer and use it in GitHub Desktop.
def example_method(parameter)
return nil unless parameter == true #<-- guard clause
# awesome code here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment