Skip to content

Instantly share code, notes, and snippets.

@leandro
Created March 26, 2009 19:54
Show Gist options
  • Select an option

  • Save leandro/86282 to your computer and use it in GitHub Desktop.

Select an option

Save leandro/86282 to your computer and use it in GitHub Desktop.
class String
def /(separator)
split separator
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment