Ruta Destroy
forked from Haikunator
Generate Heroku-like memorable random names to use in your apps or anywhere else with names from ruta destroy.
Installation
Add this line to your application's Gemfile:
gem 'ruta_destroy'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruta_destroy
Usage
Ruta destroy is pretty simple. There is nothing to configure and it only has a single method, .sesion
:
RutaDestroy.sesion
RutaDestroy.sesion(100)
RutaDestroy.sesion(0)
RutaDestroy.sesion(9999, '.')
RutaDestroy.sesion(0, ' ')
Contributing
Everyone is encouraged to help improve this project. Here are a few ways you can help: