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

2 lines
54 B
Ruby
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
if s then puts "not empty" end # This code is wrong!