Skip to content

Instantly share code, notes, and snippets.

@jamespenguin
Created February 22, 2013 08:42
Show Gist options
  • Save jamespenguin/5011819 to your computer and use it in GitHub Desktop.
Save jamespenguin/5011819 to your computer and use it in GitHub Desktop.
x = "name"
puts "Good Morning Sir,"
print " What is your name? "
puts " Morning \"#{name}\" "
x = x.split ""
puts x
x = x.join ""
puts x
puts " See you !"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment