Skip to content

Instantly share code, notes, and snippets.

@daiksy
Created November 30, 2012 14:37
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 daiksy/4176142 to your computer and use it in GitHub Desktop.
Save daiksy/4176142 to your computer and use it in GitHub Desktop.
hentaiAdventCode_1
trait hentaiConverter {
implicit def stringToHentaiChecker(s: String) = HentaiChecker(s)
case class HentaiChecker(s: String) {
def isHentai: Boolean = s == "変態"
}
}
Copy link

ghost commented Apr 12, 2014

Uhm I Think It Was

Trait hentaiConverter {@Hentai.net @pornhub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment