lib/dutch_top40/cli.rb in dutch_top40-0.1.1 vs lib/dutch_top40/cli.rb in dutch_top40-0.1.2
- old
+ new
@@ -14,10 +14,9 @@
print_songs
puts
end
def print_songs
- binding.pry
@songs.each.with_index(1) do |song, index|
puts "#{index}. #{song.title}"
end
end
\ No newline at end of file