Project

hola_tky

0.0
The project is in a healthy, maintained state
A simple hello world gem that generates UUIDs using SecureRandom.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

HolaTky

A simple hello world gem that generates UUIDs using SecureRandom. This gem was created as part of a personal learning project. There is no plan for active maintenance.

Installation

gem install hola_tky

Usage

require 'hola_tky'

puts HolaTky.generate  # => "f779fd5c-8e1c-4a32-bb1d-407b79588b59"

License

The gem is available as open source under the terms of the MIT License.