Skip to content

Commit be43e01

Browse files
author
Colby Swandale
committed
update default repl program
1 parent fe1077e commit be43e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/controllers/repl_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default class extends Controller {
1616
})
1717

1818
this.editor = monaco.editor.create(this.editorContainerTarget, {
19-
value: "puts \"Hello World!\"",
19+
value: "puts \"Hello from #{RUBY_ENGINE} #{RUBY_VERSION} 👋\"",
2020
language: 'ruby',
2121
minimap: {
2222
enabled: false

0 commit comments

Comments
 (0)