Skip to content

Instantly share code, notes, and snippets.

@okonet
Created June 15, 2010 11:34
Show Gist options
  • Save okonet/438998 to your computer and use it in GitHub Desktop.
Save okonet/438998 to your computer and use it in GitHub Desktop.
first = true
variations.each do |variation|
styleclass = "selected" if first
first = false
# Do stuff
end
@okonet
Copy link
Author

okonet commented Jun 15, 2010

It's an existing code from one of the project I'm working now. Sure, I already refactored it with index :)

@smoofles
Copy link

Heh, if it worked, it wasn't broken. Or something. Maybe the developer just liked to put the people reading his code in pain. :D

@okonet
Copy link
Author

okonet commented Jun 15, 2010

Indeed! Or in a funny mood? I laughed loud when I firstly saw that piece of art :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment