Skip to content

Instantly share code, notes, and snippets.

@hackvan
Created September 12, 2018 13:35
Show Gist options
  • Save hackvan/968553b78cff88c721c12ed581d20b13 to your computer and use it in GitHub Desktop.
Save hackvan/968553b78cff88c721c12ed581d20b13 to your computer and use it in GitHub Desktop.
42 + 1 # => 43
42.+(1) # => 43
42.send(:+, 1) # => 43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment