Skip to content

Instantly share code, notes, and snippets.

@chbatey
Created August 18, 2013 18:37
Show Gist options
  • Save chbatey/6263215 to your computer and use it in GitHub Desktop.
Save chbatey/6263215 to your computer and use it in GitHub Desktop.
class Datastore {
boolean open() {}
boolean storeField(key, value) {
// I should probably store this
false
}
def close() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment