(patch) version updates and doc updates #15
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ object UUID:
|
|||
* @return
|
||||
* Hexadecimal string representation of this UUID.
|
||||
*/
|
||||
def str(dashes: Boolean = false): String = withoutDashes()
|
||||
def str(dashes: Boolean = false): String =
|
||||
if dashes then withDashes() else withoutDashes()
|
||||
|
||||
/** @return
|
||||
* Hexadecimal string representation of this UUID, without dashes.
|
||||
|
|
Loading…
Add table
Reference in a new issue