From a7fc9af7cde044b13bd015b5d37b7b4f8405db2a Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:46:07 -0800 Subject: [PATCH] give the option --- src/ribbit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ribbit.ts b/src/ribbit.ts index a622f1b..34b39f2 100644 --- a/src/ribbit.ts +++ b/src/ribbit.ts @@ -21,7 +21,7 @@ const HTML5_TAGS = [ ] export async function wrapAndRunCode(code: string, globals?: Record): Promise { - return await runCode("ribbit:\n " + code + "\nend", Object.assign({}, ribbitGlobals, globals)) + return await runCode("ribbit do:\n " + code + "\nend", Object.assign({}, ribbitGlobals, globals)) } export const ribbitGlobals = {