Skip to content

Instantly share code, notes, and snippets.

@giruzou
Last active November 20, 2018 08:12
Show Gist options
  • Save giruzou/034469bfebac3003d03e5035837f0eca to your computer and use it in GitHub Desktop.
Save giruzou/034469bfebac3003d03e5035837f0eca to your computer and use it in GitHub Desktop.
puts ((6<<29)%3)
#=>0
puts Array.new.size
#=>0
puts [].sum
#=>0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment