-
-
Save banister/738c79094b741b4767cc 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
When this module is included in another, Ruby calls | |
append_features in this module, passing it the | |
receiving module in _mod_. Ruby's default implementation is | |
to add the constants, methods, and module variables of this module | |
to _mod_ if this module has not already been added to | |
_mod_ or one of its ancestors. See also Module#include. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment