Software is about people, not code.
CHAPTER 4. CONTAINERS, BLOCKS, AND ITERATORS
PAGE 49
def with_title(title) @songs.find {|song| title == song.name } end
def with_title(title)
@songs.find {|song| title == song.name }
end
Note: Only a member of this blog may post a comment.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.