antarestrader / sapphire

The Sapphire Programming Language [WIP]
GNU General Public License v3.0
1 stars 0 forks source link

Including module should run the included hook #47

Open antarestrader opened 9 years ago

antarestrader commented 9 years ago

The self.included function is called when the module is included. It allows methods to be executed in the context of the base (where the module is included).