Skip to content

Instantly share code, notes, and snippets.

@FerPerales
Created October 13, 2012 02:38
Show Gist options
  • Save FerPerales/3882984 to your computer and use it in GitHub Desktop.
Save FerPerales/3882984 to your computer and use it in GitHub Desktop.
Single vs Double
print 'Enter your name: ' #Fer
name = gets()
puts "Hello #{name}" #prints "Hello Fer"
puts 'Hello #{name}' #prints "Hello {name}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment