Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created May 13, 2011 03:13
Show Gist options
  • Save liangzan/969901 to your computer and use it in GitHub Desktop.
Save liangzan/969901 to your computer and use it in GitHub Desktop.
violating the each block
foo.items.each do |i|
i.do_whatever
break; # he really placed a semi colon
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment