Skip to content

Instantly share code, notes, and snippets.

@julioterra
Created October 9, 2011 02:13
Show Gist options
  • Select an option

  • Save julioterra/1273193 to your computer and use it in GitHub Desktop.

Select an option

Save julioterra/1273193 to your computer and use it in GitHub Desktop.
IO output methods: puts and print
array = ["testing", "puts", "and", "print"]
puts "(1) putting the array: ", array
print "(2) printing the array: ", array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment