Module: RandomString::SampleString
- Included in:
- Main
- Defined in:
- lib/random_string/sample_string.rb,
lib/random_string/sample_string/data.rb
Defined Under Namespace
Modules: Data
Constant Summary collapse
- ResultCount =
3
- GenerateCount =
50
- LowerCaseChars =
('a'..'z').to_a
- UpperCaseChars =
('A'..'Z').to_a
- Digits =
(0..9).to_a