Skip to content

Instantly share code, notes, and snippets.

@ngpestelos
Created September 22, 2013 10:53
Show Gist options
  • Save ngpestelos/6658863 to your computer and use it in GitHub Desktop.
Save ngpestelos/6658863 to your computer and use it in GitHub Desktop.
current class
# see Metaprogramming Ruby, p. 92
result = class MyClass
self
end
puts result # MyClass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment