Skip to content

Instantly share code, notes, and snippets.

@dejan
Created February 28, 2009 21:50
Show Gist options
  • Save dejan/72124 to your computer and use it in GitHub Desktop.
Save dejan/72124 to your computer and use it in GitHub Desktop.
class String
#
# http://rors.org/2008/7/09/alternative-join-and-split-in-ruby
#
alias / :split
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment