Created
December 19, 2016 13:24
-
-
Save thiagoa/76318839afb26837c097cf817fa3c3f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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