Skip to content

Instantly share code, notes, and snippets.

@mindplace
Created March 16, 2016 21:53
Show Gist options
  • Select an option

  • Save mindplace/0ae344719e4c9ae1b475 to your computer and use it in GitHub Desktop.

Select an option

Save mindplace/0ae344719e4c9ae1b475 to your computer and use it in GitHub Desktop.
my_library.books.each{|book| puts "\"#{book.title}\", by #{book.author}"}
# output:
# "The Well Grounded Rubyist", by David A. Black
# "JavaScript & JQuery", by Jon Duckett
# "Essential Algorithms", by Rod Stephens
# "Clean Code", by Robert C. Martin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment