Skip to content

Instantly share code, notes, and snippets.

@enebo
Created July 24, 2020 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/b90ab280a6b5b1fa095c33f780fb4fe6 to your computer and use it in GitHub Desktop.
Save enebo/b90ab280a6b5b1fa095c33f780fb4fe6 to your computer and use it in GitHub Desktop.
def foo
a = Object.new
class << a
proc { return 1 }.call
end
end
p foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment