diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/debug.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/debug.lux b/stdlib/source/lux/debug.lux index a076942bc..912cc38d7 100644 --- a/stdlib/source/lux/debug.lux +++ b/stdlib/source/lux/debug.lux @@ -258,7 +258,7 @@ @.ruby (template.with [(class_of <literal>) - (Object::type (:coerce ..Object <literal>))] + [(Object::type (:coerce ..Object <literal>))]] (let [value_class (Object::type (:coerce ..Object value))] (`` (cond (~~ (template [<literal> <type> <format>] [(is? (class_of <literal>) value_class) |