Skip to content

Instantly share code, notes, and snippets.

@kalorz
Created September 15, 2017 10:38
Show Gist options
  • Save kalorz/fff97cb55d63f0524d905902db312c7f to your computer and use it in GitHub Desktop.
Save kalorz/fff97cb55d63f0524d905902db312c7f to your computer and use it in GitHub Desktop.
Ruby Gotchas: bang! methods return value
'foo'.upcase! # => "FOO"
'FOO'.upcase! # => nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment