4 lines
48 B
Ruby
4 lines
48 B
Ruby
|
|
s = ""
|
||
|
|
s = String.new
|
||
|
|
s = "any string"; s.clear
|