Skip to content

Instantly share code, notes, and snippets.

@iyengarajay
Last active July 3, 2016 16:12
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 iyengarajay/24629555517f1c1c2981b5463855ea6f to your computer and use it in GitHub Desktop.
Save iyengarajay/24629555517f1c1c2981b5463855ea6f to your computer and use it in GitHub Desktop.
private boolean isMan(Gender gender){
return gender == Gender.MALE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment