Skip to content

Instantly share code, notes, and snippets.

@armandofox
Created December 10, 2020 00:33
Show Gist options
  • Save armandofox/c3ea17d28f213c3e08e5503da3f210cf to your computer and use it in GitHub Desktop.
Save armandofox/c3ea17d28f213c3e08e5503da3f210cf to your computer and use it in GitHub Desktop.
block_example.rb
def print_movies(movie_list)
movie_list.each do |m|
puts "#{m.title} (rated: #{m.rating})"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment