class Faker::Vehicle

def standard_specs

Returns:
  • (Array) -
def standard_specs
  Array.new(rand(5...10)) { fetch('vehicle.standard_specs') }
end