Skip to content

Instantly share code, notes, and snippets.

@caius
Last active November 15, 2018 13:55
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 caius/6d550e786edda61f4c85d03c908d7e20 to your computer and use it in GitHub Desktop.
Save caius/6d550e786edda61f4c85d03c908d7e20 to your computer and use it in GitHub Desktop.
@things = [1]
def foo
@things.first
end
foo # => 1
unless foo
foo = 2
end
foo # => nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment