Skip to content

Instantly share code, notes, and snippets.

@evanfarrar
Created January 8, 2009 20:41
Show Gist options
  • Save evanfarrar/44871 to your computer and use it in GitHub Desktop.
Save evanfarrar/44871 to your computer and use it in GitHub Desktop.
>> a,b = <<-SQL, :foo
jkadsf
SQL
=> ["jkadsf\n", :foo]
>> a
=> "jkadsf\n"
>> b
=> :foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment