Method: Faker::Types.character
- Defined in:
- lib/faker/default/types.rb
.character ⇒ String
Produces a random character from the a-z, 0-9 ranges.
35 36 37 |
# File 'lib/faker/default/types.rb', line 35 def character sample(CHARACTERS) end |