Skip to content

Instantly share code, notes, and snippets.

@dsasse07
Created December 28, 2020 23:19
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 dsasse07/8e97881d335c3058ae608f17c1f26543 to your computer and use it in GitHub Desktop.
Save dsasse07/8e97881d335c3058ae608f17c1f26543 to your computer and use it in GitHub Desktop.
Basic send method examples
“hello”.capitalize #=> “Hello”
“hello”.send(“capitalize”) #=> “Hello”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment