CHAPTER 4. CONTAINERS, BLOCKS, AND ITERATORS
PAGE 49
def with_title(title)
@songs.find {|song| title == song.name }
end
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
My name is Matt Blodgett, and I believe the most important problems in software development are non-technical.
I write from Chicago, Illinois.
Copyright © 2022 Matt Blodgett
0 comments :
Post a Comment