aboutsummaryrefslogtreecommitdiffstats
path: root/alv/stream/value.moon
diff options
context:
space:
mode:
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.