Skip to content

Instantly share code, notes, and snippets.

@manleyhimself
Created December 14, 2013 22:48
Show Gist options
  • Select an option

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

Select an option

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