Skip to content

Instantly share code, notes, and snippets.

@jdwyah
Created May 17, 2011 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdwyah/977625 to your computer and use it in GitHub Desktop.
Save jdwyah/977625 to your computer and use it in GitHub Desktop.
sigh
ree-1.8.7-2011.03 :002 > Array("aa\nbb")
=> ["aan", "bb"]
ruby-1.9.2-p180 :008 > Array("aa\nbb")
=> ["aanbb"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment