Skip to content

Instantly share code, notes, and snippets.

@morten
Forked from osheroff/gist:3005667
Created July 16, 2012 20:46
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 morten/3124933 to your computer and use it in GitHub Desktop.
Save morten/3124933 to your computer and use it in GitHub Desktop.
array to_s
1.8.7 :001 > ["asdf"].to_s
=> "asdf"
1.9.3p125 :001 > ["asdf"].to_s
=> "[\"asdf\"]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment