0.0
No commit activity in last 3 years
No release in over 3 years
Generate memorable random names to use in your apps or anywhere else. Remember la ruta destroy while working
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 Project Readme

Ruta Destroy

forked from Haikunator

Gem Version Build Status Coverage Status

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 # => "LuisBonias-Penelope-3014"

# Modify token length
RutaDestroy.sesion(2) # => "RafaMarco-Bananas-47"

# Don't include the token
RutaDestroy.sesion(0) # => "CarlosSimo-Bodegón"

# Use a different delimiter
RutaDestroy.sesion(4, '.') # => "LuisBonías.Penelope.4214"

# No token, no delimiter
RutaDestroy.sesion(0, ' ') # => "PacoPil Distrito10"

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help: