Skip to content

Instantly share code, notes, and snippets.

@bricejlin
Created August 31, 2013 16:42
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 bricejlin/6399326 to your computer and use it in GitHub Desktop.
Save bricejlin/6399326 to your computer and use it in GitHub Desktop.
ruby learning wk 2 ex 1
s = <<-STRING
Line 1: Welcome to the forum.
Line 2: Here you can learn Ruby.
Line 3: Along with other members.
STRING
puts s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment