Here is what I did:
output = "xyz"
result = false
unless output == "" || output.nil? || output == "{}" || result == true
puts 'execute this command'
end
What could be the simplest format to shrink the above statement, if there is a similar || conditions in Ruby