From d9516030e625875c191734fb58a3d7d924221e30 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Thu, 15 Oct 2020 17:25:40 +0800 Subject: [PATCH] FIX code bug --- test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.rb b/test.rb index dd57c6b..d6a2707 100644 --- a/test.rb +++ b/test.rb @@ -1,4 +1,5 @@ def test puts "test1f" - put "add console log" + puts "add console log" + end