module FFaker::Animal

Public Instance Methods

common_name() click to toggle source

@deprecated US animals name. Moved into {AnimalUS}

# File lib/ffaker/animal.rb, line 9
def common_name
  warn '[common_name] is deprecated. For animal name in english please use the AnimalUS module'
  fetch_sample(COMMON_NAMES)
end