Skip to content

Instantly share code, notes, and snippets.

@ymrl
Created April 27, 2012 08:50
Show Gist options
  • Save ymrl/2507570 to your computer and use it in GitHub Desktop.
Save ymrl/2507570 to your computer and use it in GitHub Desktop.
c=0;'abracatabra'.each_char{|e|e=='a'&&c+=1};puts c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment