Skip to content

Instantly share code, notes, and snippets.

@andrewmcodes
Created November 22, 2020 05:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewmcodes/2e4ba1d60016e065155f0509d3814234 to your computer and use it in GitHub Desktop.
Save andrewmcodes/2e4ba1d60016e065155f0509d3814234 to your computer and use it in GitHub Desktop.
Blursed Ruby Shovels
🔥 = []
#=> []
🔥 << "digging" << "deeper" << "holes!" << "💎"
#=> ["digging", "deeper", "holes!", "💎"]
🔥.join(" ")
#=> "digging deeper holes! 💎"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment