CreateUser

CreateUser gem should be used for create strings of generic users

Installation

Add this line to your application's Gemfile:

gem 'create_user'

And then execute:

$ bundle

Or install it yourself as:

$ gem install create_user

Usage

Before usage : require 'create_user'

And then : CreateUser.create([prefix, sufix])

Examples :

CreateUser.create('qabrasil') #Output like this : "qa1413840865"

Or

CreateUser.create('qa-brasil') #Output like this : "qa-brasil1413840910"

Or

CreateUser.create('qa', '@example.com') #Output like this : "[email protected]"