Class: FakeFaker::Alphanumeric

Inherits:
Object
  • Object
show all
Defined in:
lib/fake_faker/alphanumeric.rb

Class Method Summary collapse

Class Method Details

.alpha(char_count = nil) ⇒ Object



4
5
6
# File 'lib/fake_faker/alphanumeric.rb', line 4

def alpha(char_count = nil)
  ::Faker::Alphanumeric.alpha(number: number)
end

.alphanumeric(char_count = nil) ⇒ Object



8
9
10
# File 'lib/fake_faker/alphanumeric.rb', line 8

def alphanumeric(char_count = nil)
  ::Faker::Alphanumeric.alphanumeric(number: number)
end