RosettaCodeData/Task/Empty-string/Ruby/empty-string-1.rb
2023-07-01 13:44:08 -04:00

3 lines
48 B
Ruby

s = ""
s = String.new
s = "any string"; s.clear