Multi-line strings in Ruby

3/07/2008
numbers = %{
one
two 
three
}
No Comments