class Faker::Creature::Bird

def order

Returns:
  • (String) -
def order
  orders = I18n.translate('faker.creature.bird.order_common_map').keys
  sample(orders).to_s
end