<-- Seems to be unsearchable on the web so had to ask the question here.
What is their searchable name, and how do I add variables inline?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That syntax is for declaring a HERE DOCUMENT
http://www.ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/syntax.html#here_doc
Regarding interpolation, the link gives more details, but it is like a double quoted string if your string is delimited as below (ignore this page’s color formatting)
whereas it is like a single quoted string
Also the original pickaxe is a good source http://www.ruby-doc.org/docs/ProgrammingRuby/html/language.html