Created
March 16, 2016 21:53
-
-
Save mindplace/0ae344719e4c9ae1b475 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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