Skip to content

Instantly share code, notes, and snippets.

@evanphx
Created December 23, 2008 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save evanphx/39437 to your computer and use it in GitHub Desktop.
Save evanphx/39437 to your computer and use it in GitHub Desktop.
def blah
:works
end
[:broken].each do |blah|
puts "setup"
end
p blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment