Skip to content

Instantly share code, notes, and snippets.

@caleywoods
Created January 14, 2011 08:03
Show Gist options
  • Save caleywoods/779346 to your computer and use it in GitHub Desktop.
Save caleywoods/779346 to your computer and use it in GitHub Desktop.
signup task for #p2pu intro to rails
# Put your name (or username/alias) between the quotes
name = "Caley"
# Put your favorite fruit between the quotes
favorite_fruit = "Braeburn Apples"
puts "Hi! My name is #{name} and my favorite fruit is #{favorite_fruit}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment