Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Three-line string literal : String Literal « String « Ruby
Ruby
String
String Literal
Three-line string literal
"This string literal has two lines \ but is written on three"
Related examples in the same category
1.
Enclose strings in single quotes
2.
Enclose strings in double quotes
3.
mix single and double quotes, as long as Ruby can keep them straight
4.
you cannot mix double-quoted text inside a double-quoted string, or single-quoted text inside a single-quoted string
5.
Alternate single and double quotes
6.
Escape quotation marks with a backslash
7.
Make the print method skip to the next line without a HERE document, use the newline character, \n.
8.
XML uses paired angle brackets: