Rails 4

puts vs. print

  • puts : prints a string, followed by newline
  • print : prints a string, no newline

Ruby help