Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor AS concern to avoid hacking the "include" method. | Joshua Peek | 2009-10-13 | 1 | -6/+10 |
| | | | Ruby Magic! | ||||
* | AS::Concern redefines "include" to lazy include modules as dependencies | Joshua Peek | 2009-05-29 | 1 | -0/+2 |
| | |||||
* | AS::Concern includes InstanceMethods module if it exists | Joshua Peek | 2009-05-29 | 1 | -0/+1 |
| | |||||
* | Break up DependencyModule's dual function of providing a "depend_on" DSL and ↵ | Joshua Peek | 2009-05-28 | 1 | -0/+22 |
"included" block DSL into separate modules. But, unify both approaches under AS::Concern. |