Skip to content

Instantly share code, notes, and snippets.

@m0wfo
Last active June 7, 2016 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m0wfo/6cce9e777358e1f9ea0d900592f2e5d7 to your computer and use it in GitHub Desktop.
Save m0wfo/6cce9e777358e1f9ea0d900592f2e5d7 to your computer and use it in GitHub Desktop.
public interface IStripper {
String stripThing(String originalThing);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment