Skip to content

Instantly share code, notes, and snippets.

@evanphx
Created December 23, 2008 20:11
Show Gist options
  • 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