From e23c7cccd5e57f12b16ded9a5f29a01c3d9f133e Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 8 Jul 2021 05:26:27 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a795720..d690ab4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -puts 'Heyo! Hello world... Option: 1' +# Ruby -'Heyo! Hello world... Option: 2'.each { |s| print s } - -class String - def say - puts self - end -end -'Heyo! Hello world... Option: 3'.say \ No newline at end of file +Heyo is a Hello World for Ruby \ No newline at end of file