Skip to content

Instantly share code, notes, and snippets.

@manleyhimself
Created December 14, 2013 23:00
Show Gist options
  • Select an option

  • Save manleyhimself/7966149 to your computer and use it in GitHub Desktop.

Select an option

Save manleyhimself/7966149 to your computer and use it in GitHub Desktop.
chosen_names = []
fav_cat_names.each do |name|
break if name == "Johnny Cochran"
chosen_names << name
end
chosen_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment