Skip to content

Instantly share code, notes, and snippets.

@thoughtbot
Created August 4, 2009 21:22
Show Gist options
  • Select an option

  • Save thoughtbot/161560 to your computer and use it in GitHub Desktop.

Select an option

Save thoughtbot/161560 to your computer and use it in GitHub Desktop.
public class Array implements Collection {
public Collection << (Object object) {
// add object to me
}
}
public class String implements Collection {
public Collection << (Object object) {
// add object to me
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment