Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ruta_destroy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruta_destroy

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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"

# Token range
RutaDestroy.sesion(100) # => "RafaMarco-Bananas-47"

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

# Use a different delimiter
RutaDestroy.sesion(9999, '.') # => "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:

FAQs

Package last updated on 25 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc