From 16756cb6190849e66514b85b7e1784fa374d6ad8 Mon Sep 17 00:00:00 2001 From: Kyle Marek-Spartz Date: Sun, 16 Feb 2014 19:30:06 -0600 Subject: [PATCH] todo note about static methods --- doc/site/classes.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/site/classes.markdown b/doc/site/classes.markdown index 6e5ac8b6..a842f75c 100644 --- a/doc/site/classes.markdown +++ b/doc/site/classes.markdown @@ -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: