todo note about static methods

This commit is contained in:
Kyle Marek-Spartz 2014-02-16 19:30:06 -06:00
parent 6d9842b148
commit 16756cb619

View File

@ -55,6 +55,8 @@ When you [call](method-calls.html) the `prance` method, it selects the right one
**TODO: Defining operators and setters.**
**TODO: `static` methods.**
## Constructors
To create a new instance of a class, you use the `new` keyword. We can make a unicorn like so: