I hereby claim:
- I am gingi on github.
- I am gingi (https://keybase.io/gingi) on keybase.
- I have a public key whose fingerprint is C424 40E5 6E66 6C90 77DE DFA1 BE43 7FBF 0328 C918
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/** | |
* @method inherit | |
* | |
* Creates a new Class. Implements the necessary wiring to ensure a valid | |
* prototype chain. Returns an object constructor which can be used to | |
* instantiate new objects. The method accepts two optional parameters: (1) a | |
* parent class from which to inherit, and (2) a set of methods. An | |
* `initialize` method can be specified which will be called automatically upon | |
* object instantiation. | |
* |