module FFaker::Animal
def common_name
- US animals name. Moved into {AnimalUS}
def common_name warn '[common_name] is deprecated. For animal name in english please use the AnimalUS module' fetch_sample(COMMON_NAMES) end
def common_name warn '[common_name] is deprecated. For animal name in english please use the AnimalUS module' fetch_sample(COMMON_NAMES) end