Class: Faker::Cat

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/faker/deprecate/cat.rb

Class Method Summary collapse

Class Method Details

.breedObject



12
13
14
# File 'lib/faker/deprecate/cat.rb', line 12

def breed
  Faker::Creature::Cat.breed
end

.nameObject



8
9
10
# File 'lib/faker/deprecate/cat.rb', line 8

def name
  Faker::Creature::Cat.name
end

.registryObject



16
17
18
# File 'lib/faker/deprecate/cat.rb', line 16

def registry
  Faker::Creature::Cat.registry
end