Skip to content

Instantly share code, notes, and snippets.

@dbrady
Created February 13, 2009 23:45
Show Gist options
  • Save dbrady/64170 to your computer and use it in GitHub Desktop.
Save dbrady/64170 to your computer and use it in GitHub Desktop.
>> class String
>> alias :/ :split
>> end
=> nil
>> "foo"///
=> ["f", "o", "o"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment