Skip to content

Instantly share code, notes, and snippets.

@briu
Created August 26, 2016 11:05
Show Gist options
  • Save briu/1bfa32238cad67715ef9ddd54974b8c3 to your computer and use it in GitHub Desktop.
Save briu/1bfa32238cad67715ef9ddd54974b8c3 to your computer and use it in GitHub Desktop.
interview
a = true and false
puts a
a = true && false
puts a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment