What is Ruby equivalent of Python's s= "hello, %s. Where is %s?" % ("John","Mary") What is Ruby equivalent of Python's s= "hello, %s. Where is %s?" % ("John","Mary") ruby ruby