diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-08 17:23:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-08 17:43:11 +0000 |
| commit | 75c662e7b01e4f85fbe3e500158239bc244f8112 (patch) | |
| tree | b3e236bbbf852ef61573d29086bb773402842830 /core/base/io.moon | |
| parent | more changes for ldoc (diff) | |
| download | alive-75c662e7b01e4f85fbe3e500158239bc244f8112.tar.gz alive-75c662e7b01e4f85fbe3e500158239bc244f8112.zip | |
add internals docs
Diffstat (limited to 'core/base/io.moon')
| -rw-r--r-- | core/base/io.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/base/io.moon b/core/base/io.moon index a60410f..7d031d0 100644 --- a/core/base/io.moon +++ b/core/base/io.moon @@ -13,6 +13,7 @@ class IO --- construct a new instance. -- -- Must prepare the instance for `dirty` to be called. + -- @classmethod new: => --- poll for changes. |
