RosettaCodeData/Task/Empty-string/Ruby/empty-string-4.rb

2 lines
54 B
Ruby
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if s then puts "not empty" end # This code is wrong!