# frozen_string_literal: true module FFakerTW module AnimalTW extend ModuleUtils extend self def name fetch_sample(COMMON_NAMES) end end end