Skip to content

Instantly share code, notes, and snippets.

@dgtized
Forked from evanphx/gist:39437
Created December 23, 2008 20:15
Show Gist options
  • Save dgtized/39438 to your computer and use it in GitHub Desktop.
Save dgtized/39438 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