Skip to content

Instantly share code, notes, and snippets.

@maetl
Created April 9, 2012 14:33
Show Gist options
  • Select an option

  • Save maetl/2343870 to your computer and use it in GitHub Desktop.

Select an option

Save maetl/2343870 to your computer and use it in GitHub Desktop.
String::endsWith = (s) -> this[this.length-s.length...] == s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment