Skip to content

Instantly share code, notes, and snippets.

@rbe
Created August 28, 2010 10:26
Show Gist options
  • Select an option

  • Save rbe/554995 to your computer and use it in GitHub Desktop.

Select an option

Save rbe/554995 to your computer and use it in GitHub Desktop.
butLast
[[], java.util.List].each {
it.metaClass.butLast = {
delegate - delegate.last()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment