Skip to content

Instantly share code, notes, and snippets.

@oscarryz
Created May 17, 2011 19:25
Show Gist options
  • Save oscarryz/977177 to your computer and use it in GitHub Desktop.
Save oscarryz/977177 to your computer and use it in GitHub Desktop.
Long time waited feature ( this is Ryz not Ruby )
testNull() {
a = null
a . isNull? ( {
out.println("a is null")
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment