create a string is with Kernel's String method:
title = String( "Much Ado about Nothing" ) puts title # => Much Ado about Nothing