Skip to content

Instantly share code, notes, and snippets.

@enebo

enebo/clone1.rb Secret

Created July 12, 2021 18:29
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/68e59c08f4a6c7c9839a3e598e8fe371 to your computer and use it in GitHub Desktop.
Save enebo/68e59c08f4a6c7c9839a3e598e8fe371 to your computer and use it in GitHub Desktop.
Foo = 2
cls = Class.new do
const_set(:Foo, 1)
def go
Foo
end
end
p cls::Foo
p ::Foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment