Class
Randgen
In:
lib/randexp/randgen.rb
Parent:
Object
Methods
alpha_numeric
bool
char
digit
email
first_name
lchar
name
paragraph
phone_number
sentence
surname
uchar
whitespace
word
Constants
WORDS_PER_SENTENCE
=
3..20
SENTENCES_PER_PARAGRAPH
=
3..8
External Aliases
surname
->
last_name
Public Class methods
alpha_numeric
(options = {})
bool
(options = {})
char
(options = {})
digit
(options = {})
email
(options = {})
first_name
(options = {})
lchar
(options = {})
name
(options = {})
paragraph
(options = {})
phone_number
(options = {})
sentence
(options = {})
surname
(options = {})
uchar
(options = {})
whitespace
(options = {})
word
(options = {})
[Validate]