aboutsummaryrefslogtreecommitdiffstats
path: root/alv/stream/value.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-24 18:43:51 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-24 18:43:51 +0000
commitf6378eaf43c00cb41065fa6fc93af0c4efcd71c3 (patch)
treec1c14b2640e8e2afda18765ba93d41b3bbba6900 /alv/stream/value.moon
parentfix alv-wx, logging (diff)
downloadalive-f6378eaf43c00cb41065fa6fc93af0c4efcd71c3.tar.gz
alive-f6378eaf43c00cb41065fa6fc93af0c4efcd71c3.zip
remove AST:quote()
Diffstat (limited to 'alv/stream/value.moon')
-rw-r--r--alv/stream/value.moon5
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.