Skip to content

Instantly share code, notes, and snippets.

@oelmekki
Created March 21, 2011 10:39
Show Gist options
  • Save oelmekki/879279 to your computer and use it in GitHub Desktop.
Save oelmekki/879279 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
class Pouet
def initialize
if false
a = "kikoo"
end
p a
end
end
Pouet.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment