Skip to content

Instantly share code, notes, and snippets.

@thiagoa
Created December 19, 2016 13:24
Show Gist options
  • Save thiagoa/76318839afb26837c097cf817fa3c3f4 to your computer and use it in GitHub Desktop.
Save thiagoa/76318839afb26837c097cf817fa3c3f4 to your computer and use it in GitHub Desktop.
class Module < Object
def module_eval
# Only the language has the magic to make this work...
end
# Imagine there are a bunch of other instance methods here.
# Module.new generates objects that respond to these methods.
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment