/uwot.scala Secret
Created
June 27, 2014 12:59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val message = args.checkAny(3) match { | |
case null => null | |
case value: String => value | |
case _ => throw new Exception(ErrorHelper.argError(3, "string or nil")) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment