Skip to content

Instantly share code, notes, and snippets.

@pparadis
Created November 27, 2012 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pparadis/4152278 to your computer and use it in GitHub Desktop.
Save pparadis/4152278 to your computer and use it in GitHub Desktop.
Array
array_elements = ['table', 'chair', 'floor']
array_elements.each do | element |
puts "#{element} est dans la liste!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment