Skip to content

Instantly share code, notes, and snippets.

@0x0dea

0x0dea/foo.rb Secret

Created July 9, 2015 23:32
Show Gist options
  • Save 0x0dea/71736c9564954fc83c9d to your computer and use it in GitHub Desktop.
Save 0x0dea/71736c9564954fc83c9d to your computer and use it in GitHub Desktop.
module Foo
N = 42
def self.bar
yield
end
end
Foo.bar { N }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment