diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-24 18:43:51 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-24 18:43:51 +0000 |
| commit | f6378eaf43c00cb41065fa6fc93af0c4efcd71c3 (patch) | |
| tree | c1c14b2640e8e2afda18765ba93d41b3bbba6900 /alv/stream/value.moon | |
| parent | fix alv-wx, logging (diff) | |
| download | alive-f6378eaf43c00cb41065fa6fc93af0c4efcd71c3.tar.gz alive-f6378eaf43c00cb41065fa6fc93af0c4efcd71c3.zip | |
remove AST:quote()
Diffstat (limited to 'alv/stream/value.moon')
| -rw-r--r-- | alv/stream/value.moon | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/alv/stream/value.moon b/alv/stream/value.moon index 98720c9..575b995 100644 --- a/alv/stream/value.moon +++ b/alv/stream/value.moon @@ -124,11 +124,6 @@ class ValueStream extends Stream else error "cannot evaluate #{@}" - --- quote this literal constant. - -- - -- @treturn ValueStream self - quote: => @ - --- stringify this literal constant. -- -- Throws an error if `raw` is not set. |
