add class methods

Class Mutations - Dynamically Add Methods

Class Mutations - Dynamically Add Methods

Version 1.2 coming soon I’m working on a new version which introduces a bit more flexibility when it comes to overriding existing class methods with mutated methods. Currently, one can only add new ‘mutated’ methods but not modify existing methods. (However, you can modify ‘mutated’ methods). Version 1.2 will address this, as well as property visibility for mutated methods (private/protected). Changelog [Aug 11 2013]: 1.1.0 – Extending from...