Skip to content

Instantly share code, notes, and snippets.

@jjuliano
Created June 2, 2019 21:58
Show Gist options
  • Save jjuliano/a423604263a2c68b4dbfb1482272f106 to your computer and use it in GitHub Desktop.
Save jjuliano/a423604263a2c68b4dbfb1482272f106 to your computer and use it in GitHub Desktop.
["Apple", "Orange"].all? { |fruit| fruit.length > 5 }
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment