An open API service indexing awesome lists of open source software.

https://github.com/kjunichi/mruby-uuid

uuid v4 for mruby
https://github.com/kjunichi/mruby-uuid

Last synced: about 1 year ago
JSON representation

uuid v4 for mruby

Awesome Lists containing this project

README

          

# mruby-uuid [![Build Status](https://travis-ci.org/kjunichi/mruby-uuid.svg?branch=master)](https://travis-ci.org/kjunichi/mruby-uuid)
Uuid class
## install by mrbgems
- add conf.gem line to `build_config.rb`

```ruby
MRuby::Build.new do |conf|

# ... (snip) ...

conf.gem :github => 'kjunichi/mruby-uuid'
end
```
## example
```ruby
p Uuid.uuid
#=> "f557e3a6-c3a8-4862-8e13-1d17f2d3e87e"
```

## License
under the MIT License:
- see LICENSE file