Skip to content

Instantly share code, notes, and snippets.

@LewisYoul
Last active February 3, 2019 11:20
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 LewisYoul/4cb3c3cb02b5b8b91969710f15779233 to your computer and use it in GitHub Desktop.
Save LewisYoul/4cb3c3cb02b5b8b91969710f15779233 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
my_friends = %w(Adam Alice Lydia Sam)
puts "My best friends are #{my_friends.join(',')}."
#=> "My best friends are Adam, Alice, Lydia, Sam.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment