Skip to content

Instantly share code, notes, and snippets.

@alindeman
Created September 13, 2012 17:52
Show Gist options
  • Save alindeman/3716193 to your computer and use it in GitHub Desktop.
Save alindeman/3716193 to your computer and use it in GitHub Desktop.
[ruby] irb
2.0.0dev :001 > %w(abc def)
=> ["abc", "def"]
2.0.0dev :002 > %i(abc def)
2.0.0dev :003?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment