Multi-line strings in Ruby
numbers = %{
one
two
three
}
numbers = %{
one
two
three
}