Skip to content

Instantly share code, notes, and snippets.

@javierg
Created February 10, 2023 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javierg/0d2e2f1a79cf1cf3b5f5ee5ba07c17ae to your computer and use it in GitHub Desktop.
Save javierg/0d2e2f1a79cf1cf3b5f5ee5ba07c17ae to your computer and use it in GitHub Desktop.
def foo
@foo ||= begin
return 2
1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment