From: Alexander McMillan Date: 2011-04-27T02:50:00+09:00 Subject: Re: Can I Add quotes to values in a array? or include quotes.. --_2d942fa5-2306-46c3-8d04-e54f9f01ffbd_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =20 > Date: Wed=2C 27 Apr 2011 02:26:50 +0900 > From: bbxx789_05ss@yahoo.com > Subject: Re: Can I Add quotes to values in a array? or include quotes.. > To: ruby-talk@ruby-lang.org >=20 > Richard Sandoval wrote in post #995007: > > When I puts that yaml file for that application field=2C I get App1=2CA= pp2. > > How can I add quotes to each application. I'd like my output to be > > "App1=2CApp2" which includes the quotes in the output > > >=20 > Use the escape slashes: str =3D "\"Hello\"" put str = --_2d942fa5-2306-46c3-8d04-e54f9f01ffbd_--