Update 'README.md'

This commit is contained in:
Sarimoko 2021-07-08 05:26:27 +00:00
parent 238aff6880
commit e23c7cccd5
1 changed files with 2 additions and 9 deletions

View File

@ -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
Heyo is a Hello World for Ruby